Mercurial > repos > iuc > maker_map_ids
annotate map_ids.xml @ 8:6ca6e992e2af draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 739da8be15072cfd98cc0b8d6bfa9dedb25a98f0"
| author | iuc |
|---|---|
| date | Tue, 08 Feb 2022 14:16:53 +0000 |
| parents | b9735b183d75 |
| children |
| rev | line source |
|---|---|
|
0
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
2 <tool id="maker_map_ids" name="Map annotation ids" profile="16.04" version="@VERSION@"> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
3 <description>on a Maker annotation</description> |
|
7
b9735b183d75
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
0
diff
changeset
|
4 <xrefs> |
|
b9735b183d75
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
0
diff
changeset
|
5 <xref type="bio.tools">maker</xref> |
|
b9735b183d75
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
0
diff
changeset
|
6 </xrefs> |
|
0
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
7 <macros> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
8 <import>macros.xml</import> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
9 </macros> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
10 <expand macro="requirements"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
11 <command><![CDATA[ |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
12 cp '${maker_gff}' '${renamed}' && |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
13 maker_map_ids --prefix '${prefix}' --justify ${justify} '${maker_gff}' > '${id_map}' && |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
14 map_gff_ids '${id_map}' '${renamed}' |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
15 ]]></command> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
16 <inputs> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
17 <param name="maker_gff" type="data" format="gff" label="Maker annotation where to change ids"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
18 <param name="prefix" type="text" label="Prefix for ids"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
19 <param name="justify" type="integer" value="6" min="2" max="20" label="Justify numeric ids to this length"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
20 </inputs> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
21 <outputs> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
22 <data format="gff" name="renamed" label="${tool.name} on ${on_string}: renamed GFF"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
23 <data format="tabular" name="id_map" label="${tool.name} on ${on_string}: ID map"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
24 </outputs> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
25 <tests> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
26 <test> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
27 <param name="maker_gff" value="annot.gff3"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
28 <param name="prefix" value="YES"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
29 <param name="justify" value="6"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
30 <output name="renamed" file="annot_mapped.gff3"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
31 <output name="id_map" file="id_map.tsv"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
32 </test> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
33 </tests> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
34 <help><![CDATA[ |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
35 MAKER is a portable and easily configurable genome annotation pipeline. Its purpose is to allow smaller eukaryotic and prokaryotic genome projects to independently annotate their genomes and to create genome databases. MAKER identifies repeats, aligns ESTs and proteins to a genome, produces ab-initio gene predictions and automatically synthesizes these data into gene annotations having evidence-based quality values. MAKER is also easily trainable: outputs of preliminary runs can be used to automatically retrain its gene prediction algorithm, producing higher quality gene-models on seusequent runs. MAKER's inputs are minimal and its ouputs can be directly loaded into a GMOD database. They can also be viewed in the Apollo genome browser; this feature of MAKER provides an easy means to annotate, view and edit individual contigs and BACs without the overhead of a database. MAKER should prove especially useful for emerging model organism projects with minimal bioinformatics expertise and computer resources. |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
36 |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
37 This tool will automatically assign new ids to a Maker annotation respecting a specified pattern. |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
38 |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
39 .. _Maker: http://www.yandell-lab.org/software/maker.html |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
40 ]]></help> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
41 <expand macro="citations"/> |
|
4c6b56ad043a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 2896dcfd180800d00ea413a59264ef8b11788b8e
iuc
parents:
diff
changeset
|
42 </tool> |
