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

output file should not be optional

parent 5893adcc
No related branches found
No related tags found
1 merge request!11Changes needed for the iterative assembly pipeline
......@@ -122,7 +122,7 @@ task view {
String? preCommand
File inFile
File? referenceFasta
String? outputFileName
String outputFileName
Boolean? outputBam
Boolean? uncompressedBamOutput
Int? includeFilter
......@@ -144,4 +144,8 @@ task view {
${"--threads " + threads - 1} \
${inFile}
}
output {
File outputFile = outputFileName
}
}
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