Skip to content
Snippets Groups Projects
Commit 26ee393b authored by ffinfo's avatar ffinfo
Browse files

WIP

parent 440489bc
No related branches found
No related tags found
1 merge request!61Switch to structs
...@@ -36,10 +36,9 @@ task Index { ...@@ -36,10 +36,9 @@ task Index {
} }
output { output {
File index = select_first(flatten([[bamIndexPath], glob(sub(basename(bamFile), "\.bam$", "") + "*.bai")]))
IndexedBamFile outputBam = object { IndexedBamFile outputBam = object {
file: bamFile, file: bamFile,
index: index index: select_first(flatten([[bamIndexPath], glob(sub(basename(bamFile), "\.bam$", "") + "*.bai")]))
} }
} }
} }
......
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