We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should consider adding a process which automatically downloads the GATK-3.8.0 using the public URL
GATK-3.8.0
https://storage.googleapis.com/gatk-software/package-archive/gatk/GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2
And then unzip it via tar -xf GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2 and pass on the resultant GenomeAnalysisTK.jar through all processes.
tar -xf GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2
GenomeAnalysisTK.jar
This has some overlap with #54
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We should consider adding a process which automatically downloads the
GATK-3.8.0
using the public URLAnd then unzip it via
tar -xf GenomeAnalysisTK-3.8-0-ge9d806836.tar.bz2
and pass on the resultantGenomeAnalysisTK.jar
through all processes.This has some overlap with #54
The text was updated successfully, but these errors were encountered: