Skip to content

Commit

Permalink
update GATK version mentioned in Install section of the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed May 31, 2019
1 parent d04d3f2 commit ca8fec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ In order to finish installing viral-ngs, you will need to activate its conda env

source activate viral-ngs-env

Due to license restrictions, the viral-ngs conda package cannot distribute and install GATK directly. To fully install GATK, you must download a licensed copy of GATK v3.6 `from the Broad Institute <https://software.broadinstitute.org/gatk/download/archive>`_, and call "gatk3-register," which will copy GATK into your viral-ngs conda environment::
Due to license restrictions, the viral-ngs conda package cannot distribute and install GATK directly. To fully install GATK, you must download a licensed copy of GATK v3.8 `from the Broad Institute <https://software.broadinstitute.org/gatk/download/archive>`_, and call "gatk3-register," which will copy GATK into your viral-ngs conda environment::

mkdir -p /path/to/gatk_dir
wget -O - 'https://software.broadinstitute.org/gatk/download/auth?package=GATK-archive&version=3.6-0-g89b7209' | tar -xjvC /path/to/gatk_dir
Expand Down

0 comments on commit ca8fec3

Please sign in to comment.