Releases: RemiAllio/MitoFinder
Releases · RemiAllio/MitoFinder
MitoFinder v1.4.2
Note:
I highly recommend the use of the singularity image.
MitoFinder is written in Python2.7 and therefore need specific installations (Python3 being the new default python version)
Updates:
- New singularity container.
- Circularisation check was deprecated (involuntarily) and is now functioning again.
- Illustrative images are now generated for each annotated contigs. For manual installation, you will need to install pillow==6.2.2.
MitoFinder v1.4.1
Minor updates:
- New singularity container.
- New
-c
or--config
option allowing to specify the path to another MitoFinder.config file. This can be useful when using the singularity container. - SPAdes updated from version 3.13 to 3.15
MitoFinder v1.4
- Improvement in the tRNA annotation step with the possibility of using ARWEN, MiTFi (default) or tRNAscan-SE 2 for this step.
- New option
-t
or-tRNA-annotation
to choose between the three tools. - New options
--min-contig-size
and--max-contig-size
. - Addition of warning/error messages.
- Some bugs fixed.
MitoFinder v1.3
- Bugs fixed in NUMT annotation.
- Improvement in the intron annotation step with the possibility of finding introns in ribosomal RNA genes.
- Mitochondrial contig are now sorted by hit score (with mtDNA_contig_1 having a better score than mtDNA_contig_2 ...). Associated new option:
--max-hit
. This option allows to specify how many contig at most MitoFinder will annotate. - New option
--rename-contig
(to rename or not the contig(s) matching the reference). - New option
--adjust-direction
(to adjust the direction of the contig(s) matching the reference, if necessary). - New option
--citation
(to know how to cite MitoFinder). - Some bugs fixed.
MitoFinder v1.2
- New section in the "README.md" file for installing MitoFinder on Mac OS
- Addition of a new script named « create_tbl2asn_files.py » to facilitate the submission of the mitochondrial contigs to GenBank (NCBI). + Example cases in a new « NCBI_submission » directory.
- Addition of a section in the "README.md" file to help users in the submission process.
- New option –override to facilitate MitoFinder restart.
- New options for particular cases (--new-genes; --allow-intron; --intron-size; --cds-merge; --numt)
- New example files
- Little improvement of the annotation step and TBL files.
- New output files : [Seq_ID]_mtDNA_contig*_genes_AA.fasta and [Seq_ID]_mtDNA_contig*_genes_NT.fasta for each contig.
- Some bugs fixed
MitoFinder v1.1
- Improvement of the annotation step: MitoFinder searches for the start and stop codon. (new option -n)
- New output file : [job_name]_mtDNA_contig_final.tbl. tbl format is required to submit mtDNA contig on genbank
- Some bugs fixed
Initial Release (06/01/2019)
v1.0.2 Initial version