Skip to content

Commit

Permalink
Update mitohifi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelauliano authored Nov 7, 2023
1 parent a0f131d commit 0cc5c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mitohifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ def main():
if curr_file.endswith('.individual.stats'):
# skips addition of representative contig, which is the oi
# same as the final_mitogenome
#if curr_file.split('.individual.stats')[0] != repr_contig_id:
# contigs_stats_files.append(curr_file)
if curr_file.split('.individual.stats')[0] != repr_contig_id:
contigs_stats_files.append(curr_file)

with open("contigs_stats.tsv", "a") as outfile:
for contig_stats in contigs_stats_files:
Expand Down

0 comments on commit 0cc5c66

Please sign in to comment.