Mercurial > repos > iuc > mitos
comparison macros.xml @ 0:39b6485e2d34 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
author | iuc |
---|---|
date | Fri, 27 Mar 2020 17:53:04 -0400 |
parents | |
children | 1f4933f5a323 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:39b6485e2d34 |
---|---|
1 <macros> | |
2 <token name="@COMMON_HELP@"> | |
3 <![CDATA[ | |
4 @MITOS_NAME@ does a de-novo annotation of a given metazoan mitochondrial sequence. | |
5 | |
6 **Inputs** | |
7 | |
8 - A fasta formatted sequence | |
9 | |
10 - @MITOS_NAME@ processes only FASTA files containing a single sequence. If you have a FASTA file with multiple sequences you may use the tool *Split Fasta files into a collection". The resulting collection can then used as input to @MITOS_NAME@. | |
11 | |
12 - The correct genetic code needs to be selected | |
13 | |
14 - Reference data needs to be selected (can be provided by an administrator using the MITOS data manager) | |
15 | |
16 **Outputs** | |
17 | |
18 By default the annotation in BED format. Several other outputs can be enabled: | |
19 | |
20 - The annotation can be given as well in GFF, SEQ, or mito (a custom tabular format) | |
21 | |
22 - zipped raw data (all files computed during the run, e.g. BLAST and cmsearch outputs) | |
23 | |
24 - protein and ncRNA prediction plots visualize the predicted genes and their qualities | |
25 | |
26 - ncRNA structure plots (secondary structures of the predicted ncRNAs) | |
27 | |
28 See http://mitos.bioinf.uni-leipzig.de/help.py | |
29 | |
30 ]]></token> | |
31 </macros> |