Skip to content
Snippets Groups Projects
Commit 3e95c762 authored by Cats's avatar Cats
Browse files

fix regex

parent f724a471
No related branches found
No related tags found
1 merge request!44fix regex in slitNCigarReads
......@@ -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