Skip to content
Snippets Groups Projects
Unverified Commit 756c2d59 authored by Peter van 't Hof's avatar Peter van 't Hof Committed by GitHub
Browse files

Merge pull request #44 from biowdl/fix_splitNCigarReads

fix regex in slitNCigarReads
parents f724a471 3e95c762
No related branches found
No related tags found
No related merge requests found
......@@ -373,7 +373,7 @@ task SplitNCigarReads {
output {
File bam = outputBam
File bamIndex = 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