broadinstitute / viral-ngs

Viral genomics analysis pipelines
Other
190 stars 67 forks source link

More robust determination of GATK version #1004

Open notestaff opened 4 years ago

notestaff commented 4 years ago

When determining GATK version (e.g. for choosing version-specific switches), base it on the actual GATK jar, rather than on tools.gatk.TOOL_VERSION_TUPLE . Fix how GATK jar is extracted in refine_2x_and_plot task.

This PR includes the GATK URL updates from #1003 to make testing work.