Skip to content
Snippets Groups Projects
Unverified Commit e5b86e77 authored by Cats's avatar Cats Committed by GitHub
Browse files

Merge pull request #23 from biowdl/BIOWDL-34

Add memory runtime for validate fastq
parents 3df5d7b6 46848563
No related branches found
No related tags found
No related merge requests found
......@@ -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