Skip to content

Commit

Permalink
Update RepEnrich2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drosofff committed Apr 21, 2024
1 parent 752e01e commit 0c14ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/repenrich2/RepEnrich2.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def run_bowtie(args):

# print unique mapper counts
with open("unique_mapper_counts.tsv", 'w') as fout:
fout.write(f"#element\tcount\n")
fout.write("#element\tcount\n")
for count in sorted(counts):
fout.write(f"{count}\t{counts[count]}\n")

Expand Down

0 comments on commit 0c14ce1

Please sign in to comment.