Skip to content

Commit a323788

Browse files
authored
Fixes to runtime attributes for workflows for new GCP Batch engine (#501)
* Fixed all `bootDiskSizeGb` entries to be ints.
1 parent 90df9da commit a323788

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.dockstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ workflows:
176176
primaryDescriptorPath: /wdl/pipelines/TechAgnostic/TertiaryAnalysis/ExtractSnpBarcodeFromVcfFile.wdl
177177
- name: QCAssessmentDepthBased
178178
subclass: wdl
179-
primaryDescriptorPath: /wdl/pipelines/ILMN/QualityControl/QCAssessmentDepthBased.wdl
179+
primaryDescriptorPath: /wdl/pipelines/ILMN/QualityControl/QCAssessmentDepthBased.wdl

wdl/deprecated/tasks/dsde_pipelines_tasks/BamProcessing.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ task SortSamSpark {
8181
runtime {
8282
docker: gatk_docker
8383
disks: "local-disk " + disk_size + " HDD"
84-
bootDiskSizeGb: "15"
84+
bootDiskSizeGb: 15
8585
cpu: "16"
8686
memory: "102 GiB"
8787
preemptible: preemptible_tries
@@ -192,7 +192,7 @@ task MarkDuplicatesSpark {
192192
runtime {
193193
docker: "jamesemery/gatknightly:gatkMasterSnapshot44ca2e9e84a"
194194
disks: "/mnt/tmp " + ceil(2.1 * total_input_size) + " LOCAL, local-disk " + disk_size + " HDD"
195-
bootDiskSizeGb: "50"
195+
bootDiskSizeGb: 50
196196
cpu: cpu_size
197197
memory: "~{memory_size} GiB"
198198
preemptible: preemptible_tries

wdl/pipelines/TechAgnostic/Utility/BenchmarkVCFs.wdl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ task CheckForVariants {
530530
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
531531
preemptible: select_first([preemptible,0])
532532
disks: "local-disk " + disk_size + " HDD"
533-
bootDiskSizeGb: "16"
533+
bootDiskSizeGb: 16
534534
memory: memoryRam + " GB"
535535
}
536536

@@ -775,7 +775,7 @@ task EvalGATKGC {
775775
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
776776
preemptible: select_first([preemptible,0])
777777
disks: "local-disk " + disk_size + " HDD"
778-
bootDiskSizeGb: "16"
778+
bootDiskSizeGb: 16
779779
memory: memoryRam + " GB"
780780
}
781781

@@ -843,7 +843,7 @@ task ConvertIntervals {
843843
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
844844
preemptible: select_first([preemptible,0])
845845
disks: "local-disk " + disk_size + " HDD"
846-
bootDiskSizeGb: "16"
846+
bootDiskSizeGb: 16
847847
memory: memoryRam + " GB"
848848
}
849849

@@ -882,7 +882,7 @@ task FixVcfHeader {
882882
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
883883
preemptible: select_first([preemptible,0])
884884
disks: "local-disk " + disk_size + " HDD"
885-
bootDiskSizeGb: "16"
885+
bootDiskSizeGb: 16
886886
memory: memoryRam + " GB"
887887
}
888888

@@ -923,7 +923,7 @@ task CountUNKVcfEval {
923923
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
924924
preemptible: select_first([preemptible,0])
925925
disks: "local-disk " + disk_size + " HDD"
926-
bootDiskSizeGb: "16"
926+
bootDiskSizeGb: 16
927927
memory: memoryRam + " GB"
928928
}
929929
output {
@@ -967,7 +967,7 @@ task CountUNKGC {
967967
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
968968
preemptible: select_first([preemptible,0])
969969
disks: "local-disk " + disk_size + " HDD"
970-
bootDiskSizeGb: "16"
970+
bootDiskSizeGb: 16
971971
memory: memoryRam + " GB"
972972
}
973973

@@ -1043,7 +1043,7 @@ task EvalForVariantSelection {
10431043
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
10441044
preemptible: select_first([preemptible,0])
10451045
disks: "local-disk " + disk_size + " HDD"
1046-
bootDiskSizeGb: "16"
1046+
bootDiskSizeGb: 16
10471047
memory: memoryRam + " GB"
10481048
}
10491049

@@ -1483,7 +1483,7 @@ task MatchEvalTruth {
14831483
docker: "us.gcr.io/broad-gatk/gatk:"+gatkTag
14841484
preemptible: select_first([preemptible,0])
14851485
disks: "local-disk " + disk_size + " HDD"
1486-
bootDiskSizeGb: "16"
1486+
bootDiskSizeGb: 16
14871487
memory: memoryRam + " GB"
14881488
}
14891489
}

wdl/pipelines/Z_One_Off_Analyses/BroadOnPremMalariaPipeline_1_Alignment_and_Variant_Calling.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ task Error {
685685
docker: "ubuntu:22.04"
686686
memory: "512 MB"
687687
disks: "local-disk 10 HDD"
688-
bootDiskSizeGb: "10"
688+
bootDiskSizeGb: 10
689689
preemptible: 1
690690
cpu: 1
691691
}

wdl/tasks/Utility/Utils.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ task GetCurrentTimestampString {
17461746
docker: "ubuntu:19.10"
17471747
memory: "512 MB"
17481748
disks: "local-disk 10 HDD"
1749-
bootDiskSizeGb: "15"
1749+
bootDiskSizeGb: 15
17501750
preemptible: 0
17511751
cpu: 1
17521752
}

0 commit comments

Comments
 (0)