Skip to content

Commit

Permalink
Update mitohifi.py
Browse files Browse the repository at this point in the history
When using flag -a funghi, accept contigs larger than reference used, as done for plants.
No extra code change, just changed how to represent contigs_stats.tsv. Now the second file line presents the final_mitogenome stats again, but if its original name. And if mitohifi is ran from Hicanu contigs, contigs_stats.tsv will show if the contigs were linear or circular by attaching a "l" or "l" to the contig name
  • Loading branch information
marcelauliano authored Jan 23, 2024
1 parent 96e45b3 commit b60a99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mitohifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

def main():

__version__ = '3.0.0'
__version__ = '3.2.1'
start_time = time.time()

parser = argparse.ArgumentParser(prog='MitoHiFi')
Expand Down

0 comments on commit b60a99d

Please sign in to comment.