-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
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
Update GvsExtractCallset.example.inputs.json #7469
Conversation
@@ -19,7 +19,7 @@ workflow GvsImportGenomes { | |||
Int batch_size = 1 | |||
|
|||
Int? preemptible_tries | |||
File? gatk_override | |||
File? gatk_override = "gs://broad-dsp-spec-ops/scratch/bigquery-jointcalling/jars/ah_var_store_20210914/gatk-package-4.2.0.0-406-ga9206a2-SNAPSHOT-local.jar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any benefit to making this a constant somewhere so we dont have to update it in multiple places? ( I guess it's only 2, so not really an issue though)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah and I don't know of a good way to have a constant/shared value across two WDLs
* updated default overrider jar * fixed bugs in removed headers, processing Avro PLs and unit tests
No description provided.