Skip to content

Commit

Permalink
increased memory requested for specific tasks (#115)
Browse files Browse the repository at this point in the history
* increased memory requested for specific tasks

* to 20GB

---------

Co-authored-by: Adetunji <[email protected]>
  • Loading branch information
madetunj and Adetunji authored Apr 21, 2023
1 parent 7f9a369 commit 04d562d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflows/tasks/macs.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ task macs {
File bamfile
File? control

Int memory_gb = 10
Int memory_gb = 20
Int max_retries = 1
Int ncpu = 1

Expand Down
2 changes: 1 addition & 1 deletion workflows/tasks/sortbed.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ task sortbed {

String outputfile = basename(bedfile,'.bed')+ '.sorted.bed'

Int memory_gb = 10
Int memory_gb = 20
Int max_retries = 1
Int ncpu = 1
}
Expand Down

0 comments on commit 04d562d

Please sign in to comment.