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

fix output of bwa index task

parent 4e4f4bf8
No related branches found
No related tags found
1 merge request!11Changes needed for the iterative assembly pipeline
......@@ -52,8 +52,7 @@ task index {
}
output {
File indexBase = if (defined(outputDir)) then select_first([outputDir]) + "/" + fastaFilename else fastaFilename
File indexedFasta = indexBase
File indexedFasta = outputFile
Array[File] indexFiles = [indexBase + ".bwt",indexBase + ".pac",indexBase + ".sa",indexBase + ".amb",indexBase + ".ann"]
}
parameter_meta {
......
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