Skip to content
Snippets Groups Projects
Commit 9ad94257 authored by JasperBoom's avatar JasperBoom
Browse files

Correct output naming.

parent 8591feb0
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ task Bam2Fastq {
}
output {
File fastaFile = outputPrefix + ".fastq.gz"
File fastqFile = outputPrefix + ".fastq.gz"
}
runtime {
......@@ -124,6 +124,6 @@ task Bam2Fastq {
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
# outputs
fastaFile: {description: "The fastq output file."}
fastqFile: {description: "The fastq output file."}
}
}
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