Skip to content
Snippets Groups Projects
Commit 0c6f1f23 authored by Cats's avatar Cats
Browse files

fix splitNCigarReads index output

parent 8f114ab2
No related branches found
No related tags found
1 merge request!14add limitBAMsortRAM to STAR and make sampleConfig write to file
......@@ -278,7 +278,7 @@ task SplitNCigarReads {
output {
File bam = output_bam
File bam_index = output_bam + ".bai"
File bam_index = sub(output_bam, ".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