From b60a99de33582707e9c6fbfd8f51f33b5cedb3b6 Mon Sep 17 00:00:00 2001 From: Marcela Uliano-Silva Date: Tue, 23 Jan 2024 08:19:54 -0300 Subject: [PATCH] Update mitohifi.py 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 --- src/mitohifi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mitohifi.py b/src/mitohifi.py index 09ff464..fa6e091 100644 --- a/src/mitohifi.py +++ b/src/mitohifi.py @@ -40,7 +40,7 @@ def main(): - __version__ = '3.0.0' + __version__ = '3.2.1' start_time = time.time() parser = argparse.ArgumentParser(prog='MitoHiFi')