annotate pfam_search/pfam_filter.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_Filter" name="PFAM search" version="0.">
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
2 <description>keyword search on PFAM annotations</description>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
3 <command> /home/inmare/galaxy/tools/pfam_search/annota.Filter.pl $prot $pfam $out $search</command>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
4 <description> "approved by the boss" </description>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
5 <inputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
6 <param name="prot" type="data" format="fasta" label="protein file used as input with pfamScan" help="fasta only"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
7 <param name="pfam" type="data" format="tabular" label="pfamScan output" help="this file should match the protein file"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
8 <param name="search" type="text" label="regular expression to search" help="case sensitive!"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
9 </inputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
10 <outputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
11 <data name="out" ftype="tabular" format="html" label="annotated pfam file"/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
12 </outputs>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
13 <test/>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
14 <help>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
15 This tool performs keyword searches in order to facilitate the retrieval of proteins containing functional domains of interest from a PFAM annotation. Keyword searches are performed through a simple Perl script implementing exact searches of user specified keywords within the description of each PFAM domain as reported in the clans.txt or pfam.txt domain description files. Searches can be performed using logical connectors, AND, OR and NOT. When multiple keywords are entered, the default is to use the AND connector.
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
16 </help>
68a3648c7d91 Uploaded
matteoc
parents:
diff changeset
17 </tool>