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 22a74e8 commit 9a76a7d
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 @@ -434,8 +434,8 @@ def main():
contigs_stats_files = []
for curr_file in os.listdir('.'):
if curr_file.endswith('.individual.stats'):
skips addition of representative contig, which is the
same as the final_mitogenome
# don't skips addition of representative contig, which is the
# same as the final_mitogenome
if curr_file.split('.individual.stats')[0] == repr_contig_id:
contigs_stats_files.append(curr_file)

Expand Down

0 comments on commit 9a76a7d

Please sign in to comment.