Skip to content
Snippets Groups Projects
Commit 67a9dbfc authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add runtime stuff to validatefastq

parent 4382c7b7
No related branches found
No related tags found
1 merge request!23Add memory runtime for validate fastq
......@@ -329,5 +329,8 @@ task ValidateFastq {
output {
File stderr = stderr()
}
runtime {
memory: ceil(mem * select_first([memoryMultiplier, 2.0]))
}
}
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