broadinstitute / btl_firecloud_gatk

0 stars 1 forks source link

Disk size hardcoded #5

Open xiaoli0 opened 5 years ago

xiaoli0 commented 5 years ago

https://github.com/broadinstitute/btl_firecloud_gatk/blob/41ab85e1a8d7e04b13e38509b71d16af01288e23/workflows/btl_gatk_process_sample/taskdef.btl_gatk_process_samples.wdl#L22

xiaoli0 commented 5 years ago

Note that String output_disk_gb = "10" is not the correct way to set default values. To do that, need to add it an optional parameter, i.e., String? output_disk_gp = "10".

See the threads for more info: https://github.com/openwdl/wdl/issues/141 https://github.com/broadinstitute/cromwell/issues/2446