File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
SequenceAnalysis/pipeline_code Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -457,12 +457,12 @@ then
457457 rm -Rf $LKTOOLS_DIR /samtools
458458 rm -Rf $LKTOOLS_DIR /bcftools
459459
460- wget $WGET_OPTS https://github.com/samtools/samtools/releases/download/1.16.1 /samtools-1.16.1 .tar.bz2
461- bunzip2 samtools-1.16.1 .tar.bz2
462- tar -xf samtools-1.16.1 .tar
460+ wget $WGET_OPTS https://github.com/samtools/samtools/releases/download/1.20 /samtools-1.20 .tar.bz2
461+ bunzip2 samtools-1.20 .tar.bz2
462+ tar -xf samtools-1.20 .tar
463463 echo " Compressing TAR"
464- bzip2 samtools-1.16.1 .tar
465- cd samtools-1.16.1
464+ bzip2 samtools-1.20 .tar
465+ cd samtools-1.20
466466 ./configure
467467 make
468468 install ./samtools ${LKTOOLS_DIR} /samtools
@@ -519,13 +519,13 @@ then
519519 rm -Rf $LKTOOLS_DIR /tabix
520520 rm -Rf $LKTOOLS_DIR /bgzip
521521
522- wget $WGET_OPTS https://github.com/samtools/htslib/releases/download/1.16 /htslib-1.16 .tar.bz2
523- bunzip2 htslib-1.16 .tar.bz2
524- tar -xf htslib-1.16 .tar
522+ wget $WGET_OPTS https://github.com/samtools/htslib/releases/download/1.20 /htslib-1.20 .tar.bz2
523+ bunzip2 htslib-1.20 .tar.bz2
524+ tar -xf htslib-1.20 .tar
525525 echo " Compressing TAR"
526- bzip2 htslib-1.16 .tar
527- chmod 755 htslib-1.16
528- cd htslib-1.16
526+ bzip2 htslib-1.20 .tar
527+ chmod 755 htslib-1.20
528+ cd htslib-1.20
529529 ./configure
530530 make
531531
You can’t perform that action at this time.
0 commit comments