Skip to content
Snippets Groups Projects
Commit 4ffeedfe authored by cagaser's avatar cagaser
Browse files

modify clever.wdl: add 6G memory in runtime

parent 61bc6145
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ task Prediction {
runtime {
cpu: threads
memory: "6G"
docker: "quay.io/biocontainers/clever-toolkit:2.4--py36hcfe0e84_6"
}
......@@ -69,6 +70,7 @@ task Mateclever {
runtime {
cpu: threads
memory: "6G"
docker: "quay.io/biocontainers/clever-toolkit:2.4--py36hcfe0e84_6"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment