Skip to content
Snippets Groups Projects
Commit a3d75d84 authored by Holly Ruess's avatar Holly Ruess
Browse files

fix pool and pseudo

parent fed7c783
1 merge request!12Resolve "Fix Pool and Pseudoreps"
......@@ -138,12 +138,11 @@ def main():
utils.strip_extensions(bam, ['.bam', '.dedup']))
tag_filename = bam_basename + '.tagAlign.gz'
convert_mapped(bam, tag_filename)
if paired: # paired-end data
convert_mapped(bam, tag_filename)
convert_mapped_pe(bam, bam_basename, tag_filename)
else:
convert_mapped(bam, tag_filename)
bedse_filename = bam_basename + ".bedse.gz"
shutil.copy(tag_filename, bedse_filename)
......
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