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 7e92b47 commit b07522bCopy full SHA for b07522b
SequenceAnalysis/pipeline_code/sequence_tools_install.sh
@@ -309,6 +309,10 @@ then
309
unzip gatk-4.6.1.0.zip
310
311
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
316
else
317
echo "Already installed"
318
fi
0 commit comments