Skip to content

Commit

Permalink
set memory and reduce retries
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijli committed Aug 2, 2024
1 parent 42690fb commit 83d1104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions rqcfilter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ workflow metaTReadsQC {
Boolean gcloud_env=false
Array[File?] input_files
String database="/refdata/"
# String rqc_mem = "210G"
Int rqc_mem = 210
Int rqc_mem = 120
Int rqc_thr = 64
Int interleave_mem = 10
}
Expand Down Expand Up @@ -244,7 +243,7 @@ task rqcfilter{
runtime {
docker: container
memory: "~{memory} GiB"
maxRetries: 2
maxRetries: 1
cpu: threads
}
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.4
v0.0.5

0 comments on commit 83d1104

Please sign in to comment.