Skip to content

Commit

Permalink
fixed samtools install
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Nov 24, 2024
1 parent 890c026 commit bb8dd18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ ngs_bits_update: ngs_bits_clean ngs_bits
SAMTOOLSPATH := $(TOOLS)
SAMTOOLSVERSION := 1.11
SAMTOOLSNAME := samtools
SAMTOOLS := $(SAMTOOLSPATH)/$(SAMTOOLSNAME)
samtools:
if [ ! -d "$(SAMTOOLS)" ]; then \
printf ${_TEXTCOL_RED} "Installing samtools" ; \
Expand Down

0 comments on commit bb8dd18

Please sign in to comment.