Skip to content
Snippets Groups Projects
Unverified Commit b3d1cd6c authored by Ruben Vorderman's avatar Ruben Vorderman Committed by GitHub
Browse files

Merge pull request #56 from biowdl/BIOWDL-88

Switch bwa index to struct
parents eab20e8c a7f9e367
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,10 @@ task Index {
}
output {
File indexedFasta = outputFile
Array[File] indexFiles = [outputFile + ".bwt",outputFile + ".pac",outputFile + ".sa",outputFile + ".amb",outputFile + ".ann"]
BwaIndex outputIndex = {
"fastaFile": outputFile,
"indexFiles": [outputFile + ".bwt",outputFile + ".pac",outputFile + ".sa",outputFile + ".amb",outputFile + ".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