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

fix output of bwa index task

parent 71f30e02
No related branches found
No related tags found
1 merge request!11Changes needed for the iterative assembly pipeline
......@@ -53,7 +53,7 @@ task index {
output {
File indexedFasta = outputFile
Array[File] indexFiles = [indexBase + ".bwt",indexBase + ".pac",indexBase + ".sa",indexBase + ".amb",indexBase + ".ann"]
Array[File] indexFiles = [outputFile + ".bwt",outputFile + ".pac",outputFile + ".sa",outputFile + ".amb",outputFile + ".ann"]
}
parameter_meta {
fasta: "Fasta file to be indexed"
......
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