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

add output

parent 9bc3b50a
No related branches found
No related tags found
1 merge request!21Added seqstat, set minlength for cutadapt to 1.
...@@ -297,6 +297,9 @@ task Seqstat { ...@@ -297,6 +297,9 @@ task Seqstat {
--fastq ${fastq} \ --fastq ${fastq} \
--output ${outputFile} --output ${outputFile}
} }
output {
File seqstatsJson = outputFile
}
runtime { runtime {
memory: ceil(mem * select_first([memoryMultiplier, 2.0])) 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