Mercurial > repos > peterjc > effectivet3
annotate tools/effectiveT3/effectiveT3.xml @ 6:0f6eb4a75000 draft
v0.0.15 internal changes; v0.0.14 fixed error handling
author | peterjc |
---|---|
date | Wed, 05 Aug 2015 11:04:42 -0400 |
parents | 1ea715da1879 |
children | 5f85301d50bf |
rev | line source |
---|---|
6
0f6eb4a75000
v0.0.15 internal changes; v0.0.14 fixed error handling
peterjc
parents:
5
diff
changeset
|
1 <tool id="effectiveT3" name="Effective T3" version="0.0.15"> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
2 <description>Find bacterial effectors in protein sequences</description> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
3 <requirements> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
4 <requirement type="package" version="1.0.1">effectiveT3</requirement> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
5 </requirements> |
6
0f6eb4a75000
v0.0.15 internal changes; v0.0.14 fixed error handling
peterjc
parents:
5
diff
changeset
|
6 <stdio> |
0f6eb4a75000
v0.0.15 internal changes; v0.0.14 fixed error handling
peterjc
parents:
5
diff
changeset
|
7 <!-- Anything other than zero is an error --> |
0f6eb4a75000
v0.0.15 internal changes; v0.0.14 fixed error handling
peterjc
parents:
5
diff
changeset
|
8 <exit_code range="1:" /> |
0f6eb4a75000
v0.0.15 internal changes; v0.0.14 fixed error handling
peterjc
parents:
5
diff
changeset
|
9 <exit_code range=":-1" /> |
0f6eb4a75000
v0.0.15 internal changes; v0.0.14 fixed error handling
peterjc
parents:
5
diff
changeset
|
10 </stdio> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
11 <version_command interpreter="python">effectiveT3.py --version</version_command> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
12 <command interpreter="python"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
13 effectiveT3.py $module.fields.path |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
14 #if $restrict.type=="cutoff": |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
15 cutoff=$restrict.cutoff |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
16 #else: |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
17 $restrict.type |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
18 #end if |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
19 $fasta_file $tabular_file</command> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
20 <inputs> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
21 <param name="fasta_file" type="data" format="fasta" label="FASTA file of protein sequences"/> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
22 <param name="module" type="select" display="radio" label="Classification module"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
23 <options from_file="effectiveT3.loc"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
24 <column name="value" index="0"/> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
25 <column name="name" index="1"/> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
26 <column name="path" index="2"/> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
27 </options> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
28 </param> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
29 <conditional name="restrict"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
30 <param name="type" type="select" label="Cut-off setting"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
31 <option value="selective">Selective (threshold set in module)</option> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
32 <option value="sensitive">Sensitive (threshold set in module)</option> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
33 <option value="cutoff">User defined cut-off</option> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
34 </param> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
35 <when value="selective" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
36 <when value="sensitive" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
37 <when value="cutoff" > |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
38 <param name="cutoff" type="float" min="0" max="1" label="Cut-off" value="" help="Threshold cut-off between 0 and 1" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
39 </when> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
40 </conditional> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
41 </inputs> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
42 <outputs> |
4
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
43 <data name="tabular_file" format="tabular" label="Effective T3 $module.value_label on ${on_string}" /> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
44 </outputs> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
45 <tests> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
46 <test> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
47 <param name="fasta_file" value="four_human_proteins.fasta" ftype="fasta" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
48 <param name="module" value="animal" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
49 <param name="type" value="selective" /> |
5
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
50 <output name="tabular_file" file="four_human_proteins.effectiveT3.tabular" ftype="tabular" lines_diff="2"/> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
51 </test> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
52 <test> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
53 <param name="fasta_file" value="empty.fasta" ftype="fasta" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
54 <param name="module" value="plant" /> |
5
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
55 <param name="type" value="sensitive" /> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
56 <output name="tabular_file" file="empty_effectiveT3.tabular" ftype="tabular" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
57 </test> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
58 </tests> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
59 <help> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
60 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
61 **What it does** |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
62 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
63 This calls the command line Effective T3 v1.0.1 tool for prediction of bacterial effector proteins. |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
64 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
65 The input is a FASTA file of protein sequences, and the output is tabular with four columns (one row per protein): |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
66 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
67 ====== ============================================================================== |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
68 Column Description |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
69 ------ ------------------------------------------------------------------------------ |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
70 1 Sequence identifier |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
71 2 Sequence description (from the FASTA file) |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
72 3 Score (between 0 and 1, or negative for an error such as a very short peptide) |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
73 4 Predicted effector (true/false) |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
74 ====== ============================================================================== |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
75 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
76 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
77 **References** |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
78 |
4
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
79 If you use this Galaxy tool in work leading to a scientific publication please |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
80 cite the following papers: |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
81 |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
82 Peter J.A. Cock, Björn A. Grüning, Konrad Paszkiewicz and Leighton Pritchard (2013). |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
83 Galaxy tools and workflows for sequence analysis with applications |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
84 in molecular plant pathology. PeerJ 1:e167 |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
85 http://dx.doi.org/10.7717/peerj.167 |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
86 |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
87 Jehl, Arnold and Rattei (2011). |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
88 Effective - a database of predicted secreted bacterial proteins |
4
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
89 Nucleic Acids Research, 39(Database issue), D591-5. |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
90 http://dx.doi.org/10.1093/nar/gkq1154 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
91 |
4
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
92 Arnold, Brandmaier, Kleine, Tischler, Heinz, Behrens, Niinikoski, Mewes, Horn and Rattei (2009). |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
93 Sequence-based prediction of type III secreted proteins. |
4
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
94 PLoS Pathog. 5(4):e1000376. |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
95 http://dx.doi.org/10.1371/journal.ppat.1000376 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
96 |
4
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
97 See also http://effectors.org/ |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
98 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
99 This wrapper is available to install into other Galaxy Instances via the Galaxy |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
100 Tool Shed at http://toolshed.g2.bx.psu.edu/view/peterjc/effectivet3 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
101 </help> |
5
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
102 <citations> |
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
103 <citation type="doi">10.7717/peerj.167</citation> |
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
104 <citation type="doi">10.1093/nar/gkq1154</citation> |
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
105 <citation type="doi">10.1371/journal.ppat.1000376</citation> |
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
106 </citations> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
107 </tool> |