Skip to content
Snippets Groups Projects
Commit 01f15d00 authored by Cats's avatar Cats
Browse files

style

parent 7957c85f
No related branches found
No related tags found
1 merge request!17Caching related changes
......@@ -279,7 +279,7 @@ task SplitNCigarReads {
output {
File bam = outputBam
File bam_index = sub(outputBam, "\\.bam$", ".bai")
File bamIndex = sub(outputBam, "\\.bam$", ".bai")
}
runtime {
......
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