Skip to content
Snippets Groups Projects
Commit 6a0abb57 authored by Cats's avatar Cats
Browse files

reduce memory for GetConfiguration

parent 4687394a
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ task GetConfiguration {
}
runtime {
memory: 4 # Needs more than 1 to pull the docker image
memory: 2 # Needs more than 1 to pull the docker image
docker: "quay.io/biocontainers/fastqc:" + dockerTag
}
}
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