-
Notifications
You must be signed in to change notification settings - Fork 39
Overview: The mitoz tools command
Guanliang MENG edited this page Jun 22, 2023
·
1 revision
The command mitoz-tools
has different subcommands for different purposes.
$ mitoz-tools
usage: mitoz-tools [-h] [--version]
{bold_identification,taxonomy_ranks,msaconverter,gbseqextractor,gbfiletool,circle_check,group_seq_by_gene}
...
This file is part of MitoZ.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE. REVERSE ENGINEERING IS STRICTLY PROHIBITED.
COPYRIGHT 2019-2022 Guanliang Meng. ALL RIGHTS RESERVED.
positional arguments:
{bold_identification,taxonomy_ranks,msaconverter,gbseqextractor,gbfiletool,circle_check,group_seq_by_gene}
bold_identification
To identify taxa of given sequences from BOLD (http://www.boldsystems.org/).
taxonomy_ranks To get the lineage information of input taxid, species name, or higher ranks
msaconverter Convert multiple-sequence-alignment into different formats.
gbseqextractor Extract any CDS or rNRA or tRNA DNA sequences of genes from Genbank file.
gbfiletool A tool to deal with genbank records: cut, comrev, sort and select
circle_check Check whether the sequences are circular when the sequences have length >= 12Kbp
group_seq_by_gene To group the gene sequences of different samples into different files by genes.
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
Some tools are only available at >= 3.5-beta-1 versions.
About:
Commands:
- The -all- subcommand
- The -filter- subcommand
- The -assemble- subcommand
- The -findmitoscaf- subcommand
- The -annotate- subcommand
- The -visualize- subcommand
Usages:
- Installation
- Tutorial
- Extending MitoZ-s database
- Batch processing of many samples
- Known issues
- FAQ
- Some important intermediate files
- Upload to GenBank
MitoZ-tools:
- Overview: The -mitoz tools- command
- The -mitoz-tools--group_seq_by_gene- command
- The -mitoz tools bold_identification- command
- The -mitoz tools circle_check- command
- The -mitoz tools gbfiletool- command
- The -mitoz tools gbseqextractor- command
- The -mitoz tools msaconverter- command
- The -mitoz tools taxonomy_ranks- command