GATK UnifiedGenotyper Fix due to Broad Website change#332
Merged
apeltzer merged 13 commits intonf-core:devfrom Jan 15, 2020
jfy133:gatkug_fix
Merged
GATK UnifiedGenotyper Fix due to Broad Website change#332apeltzer merged 13 commits intonf-core:devfrom jfy133:gatkug_fix
apeltzer merged 13 commits intonf-core:devfrom
jfy133:gatkug_fix
Conversation
…ATK wbesite update
Member
Author
|
Alternatively could switch to the new (now they've fixed it), storage location: https://console.cloud.google.com/storage/browser/gatk-software/package-archive/gatk But I don't trust them anymore ;) |
Member
Author
|
New download location avaliable for GATK 3.5 from here I've kept new JAR system for EAGER, but re-enabled tests (hopefully) with a pre-run download step in github actions workflow. |
apeltzer
approved these changes
Jan 15, 2020
Member
apeltzer
left a comment
There was a problem hiding this comment.
I actually love that they moved things to a better (stable) URL :-D
Member
Author
|
Unfortunately still couldn't get the tests to work, but will hopefully do it soon. I agree! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unfortunately, GATK have removed the ability to (easily) download the old jar with their new website. GATK 3.5 might actually be 'lost' now.
I have changed the system to require the user to supply their own JAR, if they want to use UnifiedGenotyper. Accordingly, I've removed the UG (and downstream tools requiring UG) github actions/travis test for now. Can consider replacing some downstream steps (e.g. vcf2genome with
bcftools consensus- https://samtools.github.io/bcftools/howtos/consensus-sequence.html).I may have a lead where could alternatively download the JAR (and add to the github actions step a download command), but waiting for feedback from Broad.
Important The failure to download UG is why the other PRs are currently failing, this will need to be merged first.
PR checklist
nextflow run . -profile test,docker).nf-core lint .).docsis updatedLearn more about contributing: https://github.com/nf-core/eager/tree/master/.github/CONTRIBUTING.md