annotate pfam_annot/pfam_annot.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="pfam_Annot" name="PFAM output annotator" version="0.">
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
2 <description>Generate synthetic reports</description>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
3 <command> /home/inmare/galaxy/tools/pfam_annot/annota.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 used as input with pfamScan" help="fasta only"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
6 <param name="pfam" type="data" format="tabular" label="pfamScan output" 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="tabular" format="html" label="annotated pfam 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> This tools produce a synthetic report, in fasta format, containing a description of PFAM domains annotated to each protein. A separate report is generated for each fosmid. Fosmid names are inferred from the heades of the input fasta file, using the naming convention described in the "Sanger Fosmid End" annotator tool. Therefore contigs should be assigned to fosmids prior to perform this step and ideally prior to the annotation of functional domains. The output file contains links to the PFAM wiki, where a more comprehensive description of the domains can be found. A pfamScan output table is required as input. The output of this tool is compatible with the PFAM search utility, which might be used in order to perform keyword searches on the annotation </help>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
13 </tool>