Skip to content
Snippets Groups Projects
Commit 000b9fac authored by ffinfo's avatar ffinfo
Browse files

fixing struct

parent 70fa5503
No related branches found
No related tags found
1 merge request!57Fixed defaults
......@@ -92,9 +92,9 @@ task Index {
}
output {
BwaIndex outputIndex = {
"fastaFile": outputFile,
"indexFiles": [outputFile + ".bwt",outputFile + ".pac",outputFile + ".sa",outputFile + ".amb",outputFile + ".ann"]
BwaIndex outputIndex = object {
fastaFile: outputFile,
indexFiles: [outputFile + ".bwt",outputFile + ".pac",outputFile + ".sa",outputFile + ".amb",outputFile + ".ann"]
}
}
......
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