Skip to content

Commit 467632f

Browse files
committed
updating check for minimap2
1 parent eac7d79 commit 467632f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pangolin/scripts/pangofunks.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def check_installs():
7575
sys.stderr.write(cyan('Error: Missing dependency `gofasta`.')+'\nPlease update your pangolin environment or install gofasta with `conda install gofasta -c bioconda`\n')
7676
sys.exit(-1)
7777

78-
minimap2_check = os.system("minimap2 -h")
78+
minimap2_check = os.system("minimap2 --version")
7979

8080
if not minimap2_check == 0:
8181
sys.stderr.write(cyan('Error: Missing dependency `minimap2`.')+'\nPlease update your pangolin environment\n')

0 commit comments

Comments
 (0)