Mercurial > repos > peterjc > effectivet3
annotate tools/effectiveT3/effectiveT3.xml @ 11:ed8c1babc166 draft default tip
v0.0.21 - Added bio.tools xref
author | peterjc |
---|---|
date | Tue, 12 Mar 2024 16:04:13 +0000 |
parents | a46d7861c32c |
children |
rev | line source |
---|---|
11 | 1 <tool id="effectiveT3" name="Effective T3" version="0.0.21"> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
2 <description>Find bacterial effectors in protein sequences</description> |
11 | 3 <xrefs> |
4 <xref type="bio.tools">effectivet3</xref> | |
5 </xrefs> | |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
6 <requirements> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
7 <requirement type="package" version="1.0.1">effectiveT3</requirement> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
8 </requirements> |
9 | 9 <version_command> |
10 python $__tool_directory__/effectiveT3.py --version | |
11 </version_command> | |
12 <command detect_errors="aggressive"> | |
13 python $__tool_directory__/effectiveT3.py '$module.fields.path' | |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
14 #if $restrict.type=="cutoff": |
9 | 15 'cutoff=$restrict.cutoff' |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
16 #else: |
9 | 17 '$restrict.type' |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
18 #end if |
9 | 19 '$fasta_file' '$tabular_file' |
20 </command> | |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
21 <inputs> |
10 | 22 <param name="fasta_file" type="data" format="fasta" label="FASTA file of protein sequences"/> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
23 <param name="module" type="select" display="radio" label="Classification module"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
24 <options from_file="effectiveT3.loc"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
25 <column name="value" index="0"/> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
26 <column name="name" index="1"/> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
27 <column name="path" index="2"/> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
28 </options> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
29 </param> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
30 <conditional name="restrict"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
31 <param name="type" type="select" label="Cut-off setting"> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
32 <option value="selective">Selective (threshold set in module)</option> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
33 <option value="sensitive">Sensitive (threshold set in module)</option> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
34 <option value="cutoff">User defined cut-off</option> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
35 </param> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
36 <when value="selective" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
37 <when value="sensitive" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
38 <when value="cutoff" > |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
39 <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
|
40 </when> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
41 </conditional> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
42 </inputs> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
43 <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
|
44 <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
|
45 </outputs> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
46 <tests> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
47 <test> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
48 <param name="fasta_file" value="four_human_proteins.fasta" ftype="fasta" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
49 <param name="module" value="animal" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
50 <param name="type" value="selective" /> |
5
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
51 <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
|
52 </test> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
53 <test> |
7 | 54 <param name="fasta_file" value="four_human_proteins.fasta" ftype="fasta" /> |
55 <param name="module" value="std_2_0_2" /> | |
56 <param name="type" value="cutoff" /> | |
57 <param name="cutoff" value="0.8" /> | |
58 <output name="tabular_file" file="four_human_proteins.effectiveT3_std2.tabular" ftype="tabular" /> | |
59 </test> | |
60 <test> | |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
61 <param name="fasta_file" value="empty.fasta" ftype="fasta" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
62 <param name="module" value="plant" /> |
5
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
63 <param name="type" value="sensitive" /> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
64 <output name="tabular_file" file="empty_effectiveT3.tabular" ftype="tabular" /> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
65 </test> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
66 </tests> |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
67 <help> |
10 | 68 |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
69 **What it does** |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
70 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
71 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
|
72 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
73 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
|
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 Column Description |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
77 ------ ------------------------------------------------------------------------------ |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
78 1 Sequence identifier |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
79 2 Sequence description (from the FASTA file) |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
80 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
|
81 4 Predicted effector (true/false) |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
82 ====== ============================================================================== |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
83 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
84 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
85 **References** |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
86 |
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
|
87 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
|
88 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
|
89 |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
90 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
|
91 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
|
92 in molecular plant pathology. PeerJ 1:e167 |
10 | 93 https://doi.org/10.7717/peerj.167 |
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 |
f7ce32e13bc6
Uploaded v0.0.12, more explicit output name, MIT licence, RST README, citation information, development moved to GitHub
peterjc
parents:
3
diff
changeset
|
95 Jehl, Arnold and Rattei (2011). |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
96 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
|
97 Nucleic Acids Research, 39(Database issue), D591-5. |
10 | 98 https://doi.org/10.1093/nar/gkq1154 |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
99 |
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
|
100 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
|
101 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
|
102 PLoS Pathog. 5(4):e1000376. |
10 | 103 https://doi.org/10.1371/journal.ppat.1000376 |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
104 |
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
|
105 See also http://effectors.org/ |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
106 |
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
107 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
|
108 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
|
109 </help> |
5
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
110 <citations> |
1ea715da1879
Uploaded v0.0.13, embed citation, relax test for floating point differences
peterjc
parents:
4
diff
changeset
|
111 <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
|
112 <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
|
113 <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
|
114 </citations> |
3
b0b927299aee
Uploaded v0.0.11 with automatic dependency installation.
peterjc
parents:
diff
changeset
|
115 </tool> |