Mercurial > repos > iracooke > proteindb_from_gff3
comparison proteindb_from_gff3.xml @ 0:9a0d14f0f249 draft default tip
Uploaded
author | iracooke |
---|---|
date | Sat, 14 Jun 2014 18:09:19 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9a0d14f0f249 |
---|---|
1 <tool id="proteindb_from_gff3" name="Extract proteins from gff3" version="1.0.1"> | |
2 <requirements> | |
3 <requirement type="package" version="1.3">protk</requirement> | |
4 </requirements> | |
5 | |
6 <description>Extract proteins from gff3 and encode genomic coordinates in the fasta header</description> | |
7 | |
8 <command> | |
9 augustus_to_proteindb.rb $gff_file -o $output $coords | |
10 </command> | |
11 | |
12 | |
13 | |
14 | |
15 <stdio> | |
16 <exit_code range="1:" level="fatal" description="Failure" /> | |
17 </stdio> | |
18 | |
19 <inputs> | |
20 <param name="gff_file" type="data" format="gff3" label="Augustus Generated gff3 File" /> | |
21 <param name="coords" type="boolean" label="Write genomic coordinates" help="" truevalue="--info" falsevalue="" /> | |
22 </inputs> | |
23 | |
24 <outputs> | |
25 <data format="fasta" name="output" /> | |
26 </outputs> | |
27 | |
28 | |
29 <help> | |
30 | |
31 **What it does** | |
32 | |
33 Extract proteins from gff3 and encode genomic coordinates in the fasta header. | |
34 Currently this only works with gff3 generated using the Augustus gene finder | |
35 | |
36 ---- | |
37 | |
38 **References** | |
39 | |
40 | |
41 </help> | |
42 | |
43 </tool> |