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

Fix call.

parent ae021fd7
Branches
Tags
No related merge requests found
......@@ -159,9 +159,9 @@ def main():
if paired: # paired-end data
convert_mapped_pe(bam, bam_basename)
convert_mapped_pe(bam, bam_basename, tag_filename, chrm)
else:
convert_mapped(bam, tag_filename)
convert_mapped(bam, tag_filename, chrm)
if tn5:
logger.info("TN5-shifting TAGALIGN...")
......
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