Skip to content

Commit

Permalink
Remove commented-out lines leftover from previous commit (2621706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Ferreira committed Feb 20, 2024
1 parent 2621706 commit e4f2197
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mitohifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ def main():
fixContigHeaders.fix_headers(original_contigs, "fixed_header_contigs.fasta")

original_contigs = "fixed_header_contigs.fasta"
#os.remove(original_contigs) # remove original contig file
#shutil.move("fixed_header_contigs.fasta", original_contigs) # replace original contigs file by the version that has the headers fixed

# if contigs contain canu description of circularization, include that into the identifier
modify_circularity_in_header(original_contigs, "include_circ_to_contigs_IDs.contigs.fasta")
Expand Down

0 comments on commit e4f2197

Please sign in to comment.