Skip to content
Snippets Groups Projects
Commit 30a692a5 authored by cagaser's avatar cagaser
Browse files

change outputBam to ouputBAM under output parameter

parent ceb49be2
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ task View {
File inFile
File? referenceFasta
String outputFileName = "view.bam"
Boolean? includeHeader
Boolean? includeHeader
Boolean? outputBam
Boolean? uncompressedBamOutput
Int? includeFilter
......@@ -256,7 +256,7 @@ task View {
}
output {
File outputBam = outputFileName
File outputBAM = outputFileName
File outputBamIndex = outputIndexPath
}
......
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