Skip to content
Snippets Groups Projects
Commit ea889a62 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix output file name.

parent 5435d541
Branches
Tags
No related merge requests found
Pipeline #1105 failed with stage
in 2 hours, 11 minutes, and 27 seconds
......@@ -109,7 +109,7 @@ def main():
bam_basename = os.path.basename(
utils.strip_extensions(bam, ['.bam']))
tag_filename = bam_basename + 'tagAlign.gz'
tag_filename = bam_basename + '.tagAlign.gz'
convert_mapped(bam, tag_filename)
if paired: # paired-end data
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment