Skip to content

Commit

Permalink
fixed samtools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Nov 24, 2024
1 parent 399cf7d commit 81b2037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ngs_bits_clean:
ngs_bits_update: ngs_bits_clean ngs_bits

## SAMTOOLS
SAMTOOLSPATH := $(TOOLS)/samtools
SAMTOOLSPATH := $(TOOLS)
SAMTOOLSVERSION := 1.11
SAMTOOLSNAME := samtools
samtools:
Expand Down

0 comments on commit 81b2037

Please sign in to comment.