Skip to content

Commit

Permalink
increase fam qc plots mem in wdl not jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
epiercehoffman committed Jan 8, 2024
1 parent dc2bb6a commit 18efe4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
7 changes: 1 addition & 6 deletions inputs/templates/test/MainVcfQc/MainVcfQc.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,5 @@
"MainVcfQc.vcfs": [ {{ test_batch.clean_vcf | tojson }} ],

"MainVcfQc.sv_per_shard": 2500,
"MainVcfQc.samples_per_shard": 600,

"MainVcfQc.runtime_override_plot_qc_per_family": {
"mem_gb": 15,
"disk_gb": 100
}
"MainVcfQc.samples_per_shard": 600
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,5 @@
"MainVcfQc.runtime_override_per_sample_benchmark_plot": {
"mem_gb": 30,
"disk_gb": 50
},
"MainVcfQc.runtime_override_plot_qc_per_family": {
"mem_gb": 15,
"disk_gb": 100
}
}
4 changes: 2 additions & 2 deletions wdl/MainVcfQc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ task PlotQcPerFamily {
}
Int random_seed_ = select_first([random_seed, 0])
RuntimeAttr runtime_default = object {
mem_gb: 7.75,
disk_gb: 50,
mem_gb: 15,
disk_gb: 100,
cpu_cores: 1,
preemptible_tries: 1,
max_retries: 1,
Expand Down

0 comments on commit 18efe4b

Please sign in to comment.