Skip to content

Commit

Permalink
increase default
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Feb 7, 2025
1 parent 1d56f92 commit d82bfcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/tasks/tasks_read_utils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ task FastqToUBAM {
String? additional_picard_options
Int cpus = 2
Int mem_gb = 3
Int disk_size = 375
Int mem_gb = 4
Int disk_size = 750
String docker = "quay.io/broadinstitute/viral-core:2.4.1"
}
parameter_meta {
Expand Down

0 comments on commit d82bfcd

Please sign in to comment.