Skip to content

Commit

Permalink
bump version and runtime for finish task
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijli committed Aug 20, 2024
1 parent 6b6306d commit 55b1286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions readcount.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ task finish_count {

runtime {
docker: container
memory: "1 GiB"
cpu: 1
cpu: cpu
memory: memory
runtime_minutes: time
}
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.3
v0.0.4

0 comments on commit 55b1286

Please sign in to comment.