annotate de_prokka/de_prokka.xml @ 0:68a3648c7d91 draft default tip

Uploaded
author matteoc
date Thu, 22 Dec 2016 04:45:31 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
1 <tool id="de_prokka" name="Prokka parser" version="0.">
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
2 <description>Parsing of Prokka output</description>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
3 <command> /home/inmare/galaxy/tools/de_prokka/de_prokka.pl $prot $pfam $out</command>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
4 <inputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
5 <param name="prot" type="data" format="fasta" label="protein file by prokka" help="fasta only"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
6 <param name="pfam" type="data" format="tabular" label="gff by prokka" help="this file should match the protein file"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
7 </inputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
8 <outputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
9 <data name="out" ftype="data" format="fasta" label="annotated prokka file"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
10 </outputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
11 <test/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
12 <help>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
13 This tool add information, derived from the gff file to the headers of a fasta files containing the sequences of proteins predicted by prokka. The operation is required in order to keep track of all the information related to the proteins and the scaffolds/contigs from which they are predicted, so that they are not lost in the functional annotation step. This tool is a simple parser based on regular expressions. Works only with Prokka version xxx. Any usage outside A-Game is discouraged
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
14 </help>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
15 </tool>