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

add stderr

parent a0de5e64
No related branches found
No related tags found
1 merge request!22Add validatefastq
......@@ -326,6 +326,8 @@ task ValidateFastq {
--fastq1 ${fastq1} \
${"--fastq2 " + fastq2}
}
output {
File stderr = stderr()
}
}
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