Skip to content

Commit b07522b

Browse files
committed
Add consolidate_genomicsdb_array
1 parent 7e92b47 commit b07522b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SequenceAnalysis/pipeline_code/sequence_tools_install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ then
309309
unzip gatk-4.6.1.0.zip
310310

311311
cp ./gatk-4.6.1.0/gatk-package-4.6.1.0-local.jar $LKTOOLS_DIR/GenomeAnalysisTK4.jar
312+
313+
wget $WGET_OPTS https://github.com/GenomicsDB/GenomicsDB/releases/download/v1.4.3/consolidate_genomicsdb_array
314+
chmod +x consolidate_genomicsdb_array
315+
cp consolidate_genomicsdb_array $LKTOOLS_DIR/consolidate_genomicsdb_array
312316
else
313317
echo "Already installed"
314318
fi

0 commit comments

Comments
 (0)