We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310020e commit 7e4c1bcCopy full SHA for 7e4c1bc
SequenceAnalysis/pipeline_code/sequence_tools_install.sh
@@ -512,13 +512,12 @@ then
512
513
wget $WGET_OPTS https://github.com/samtools/bcftools/releases/download/1.18/bcftools-1.18.tar.bz2
514
tar xjvf bcftools-1.18.tar.bz2
515
- bzip2 bcftools-1.18.tar
516
chmod 755 bcftools-1.18
517
cd bcftools-1.18
518
rm -f plugins/liftover.c
519
wget $WGET_OPTS -P plugins https://raw.githubusercontent.com/freeseek/score/master/liftover.c
520
521
- ./configure CFLAGS="-g -Wall -O2 -std=c99"
+ ./configure
522
make
523
524
install ./bcftools $LKTOOLS_DIR
0 commit comments