diff --git a/src/mitohifi.py b/src/mitohifi.py index 88e81a2..b2445d1 100644 --- a/src/mitohifi.py +++ b/src/mitohifi.py @@ -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)