annotate unipept.xml @ 4:4953dcd7dd39 draft

planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
author galaxyp
date Wed, 23 Jan 2019 09:16:38 -0500
parents 34758ab8aaa4
children 917fd3ebc223
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
1 <tool id="unipept" name="Unipept" version="4.0.0">
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
2 <description>retrieve taxonomy for peptides</description>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
3 <macros>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
4 <xml name="equate_il">
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
5 <param name="equate_il" type="boolean" truevalue="-e" falsevalue="" checked="true" label="Equate isoleucine and leucine">
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
6 <help>isoleucine (I) and leucine (L) are equated when matching tryptic peptides to UniProt records</help>
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
7 </param>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
8 </xml>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
9 <xml name="extra">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
10 <param name="extra" type="boolean" truevalue="-x" falsevalue="" checked="false" label="retrieve extra information">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
11 <yield/>
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
12 </param>
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
13 </xml>
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
14 <xml name="extra_true">
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
15 <param name="extra" type="boolean" truevalue="-x" falsevalue="" checked="true" label="retrieve extra information">
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
16 <yield/>
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
17 </param>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
18 </xml>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
19 <xml name="names">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
20 <param name="names" type="boolean" truevalue="-n" falsevalue="" checked="true" label="names" >
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
21 <help>return the names in complete taxonomic lineage</help>
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
22 </param>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
23 <param name="allfields" type="boolean" truevalue="-A" falsevalue="" checked="false" label="allfields" >
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
24 <help>include fields for most specific taxonomic classification: taxon_rank,taxon_id,taxon_name before lineage</help>
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
25 </param>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
26 </xml>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
27 <xml name="domains">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
28 <param name="domains" type="boolean" truevalue="-D" falsevalue="" checked="false" label="group responses by GO namespace (biological process, molecular function, cellular component)">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
29 <yield/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
30 </param>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
31 </xml>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
32 <xml name="selected_outputs">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
33 <param name="selected_outputs" type="select" multiple="true" display="checkboxes" label="Choose outputs">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
34 <option value="tsv" selected="true">Tabular with one line per peptide</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
35 <option value="csv">Comma Separated Values (.csv) with one line per peptide</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
36 <option value="json">JSON Taxomony Tree (for pept2lca, pep2taxa, and peptinfo)</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
37 <yield/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
38 <option value="unmatched">Unmatched peptides</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
39 </param>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
40 </xml>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
41 </macros>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
42 <requirements>
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
43 <requirement type="package" version="2.7">python</requirement>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
44 </requirements>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
45 <stdio>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
46 <exit_code range="1:" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
47 </stdio>
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
48 <command><![CDATA[
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
49 python '$__tool_directory__/unipept.py'
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
50 ## --url 'http://morty.ugent.be/api/v1' -g -M 1
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
51 --api=$unipept.api
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
52 $unipept.equate_il $unipept.extra
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
53 #if $unipept.api in ['pept2lca', 'pept2taxa', 'peptinfo']:
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
54 $unipept.names $unipept.allfields
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
55 #end if
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
56 #if $unipept.api in ['pept2go', 'pept2funct', 'peptinfo']:
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
57 $unipept.domains
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
58 #end if
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
59 $strict
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
60 #if str($peptide_src.fmt) == 'proteomic':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
61 #if $peptide_src.input.datatype.file_ext == 'fasta':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
62 --fasta="$peptide_src.input"
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
63 #elif $peptide_src.input.datatype.file_ext == 'mzid':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
64 --mzid="$peptide_src.input"
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
65 #elif $peptide_src.input.datatype.file_ext == 'pepxml':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
66 --pepxml="$peptide_src.input"
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
67 #end if
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
68 #elif str($peptide_src.fmt) == 'tabular':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
69 --tabular="$peptide_src.input_tsv"
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
70 #set $col = int(str($peptide_src.column)) - 1
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
71 --column=$col
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
72 #elif str($peptide_src.fmt) == 'fasta':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
73 --fasta="$peptide_src.input_fasta"
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
74 #elif str($peptide_src.fmt) == 'mzid':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
75 --mzid="$peptide_src.input_mzid"
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
76 #elif str($peptide_src.fmt) == 'pepxml':
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
77 --pepxml="$peptide_src.input_pepxml"
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
78 #end if
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
79 #if 'json' in str($selected_outputs).split(',') and str($unipept.api) in ['pept2lca', 'pept2taxa', 'peptinfo']:
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
80 --json $output_json
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
81 #end if
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
82 #if 'ec_json' in str($selected_outputs).split(',') and str($unipept.api) in ['pept2ec', 'pept2funct', 'peptinfo']:
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
83 --ec_json $output_ec_json
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
84 #end if
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
85 #if 'tsv' in str($selected_outputs).split(','):
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
86 --tsv $output_tsv
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
87 #end if
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
88 #if 'csv' in str($selected_outputs).split(','):
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
89 --csv $output_csv
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
90 #end if
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
91 #if 'ec_tsv' in str($selected_outputs).split(',') and str($unipept.api) in ['pept2ec', 'pept2funct', 'peptinfo']:
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
92 --ec_tsv $output_ec_tsv
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
93 #end if
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
94 #if 'go_tsv' in str($selected_outputs).split(',') and str($unipept.api) in ['pept2go', 'pept2funct', 'peptinfo']:
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
95 --go_tsv $output_go_tsv
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
96 #end if
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
97 #if 'unmatched' in str($selected_outputs).split(','):
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
98 --unmatched $output_unmatched
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
99 #end if
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
100 ]]></command>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
101 <inputs>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
102 <conditional name="unipept">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
103 <param name="api" type="select" label="Unipept application" >
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
104 <option value="pept2lca" selected="true">pept2lca: lowest common ancestor</option>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
105 <option value="pept2taxa">pept2taxa: organisms associated with the UniProt entries containing a given tryptic peptide</option>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
106 <option value="pept2prot">pept2prot: UniProt entries containing a given tryptic peptide</option>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
107 <option value="pept2ec">pept2ec: Tryptic peptides and associated EC terms</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
108 <option value="pept2go">pept2go: Tryptic peptides and associated GO terms</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
109 <option value="pept2funct">pept2funct: Tryptic peptides and associated EC and GO terms</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
110 <option value="peptinfo">peptinfo: Tryptic peptides and associated EC and GO terms and lowest common ancestor taxonomy</option>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
111 </param>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
112 <when value="pept2lca">
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
113 <expand macro="equate_il" />
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
114 <expand macro="extra">
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
115 <help>Return the complete lineage of the taxonomic lowest common ancestor, and include ID fields.</help>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
116 </expand>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
117 <expand macro="names" />
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
118 </when>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
119 <when value="pept2taxa">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
120 <expand macro="equate_il" />
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
121 <expand macro="extra_true">
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
122 <help>Return the complete lineage of each organism, and include ID fields.</help>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
123 </expand>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
124 <expand macro="names" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
125 </when>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
126 <when value="pept2prot">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
127 <expand macro="equate_il" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
128 <expand macro="extra">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
129 <help>Return additional information fields: taxon_name, ec_references, go_references, refseq_ids, refseq_protein_ids, insdc_ids, insdc_protein_ids
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
130 WARNING: Huge perfomance penalty! Only use for small number of peptides when the extra infomation is required.
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
131 </help>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
132 </expand>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
133 </when>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
134 <when value="pept2ec">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
135 <expand macro="equate_il" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
136 <expand macro="extra_true">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
137 <help>Return the name of the EC-number.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
138 </help>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
139 </expand>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
140 </when>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
141 <when value="pept2go">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
142 <expand macro="equate_il" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
143 <expand macro="extra_true">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
144 <help>Return the name of the GO-term.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
145 </help>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
146 </expand>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
147 <expand macro="domains" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
148 </when>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
149 <when value="pept2funct">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
150 <expand macro="equate_il" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
151 <expand macro="extra_true">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
152 <help>Return the name of the EC-number and GO-term.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
153 </help>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
154 </expand>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
155 <expand macro="domains" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
156 </when>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
157 <when value="peptinfo">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
158 <expand macro="equate_il" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
159 <expand macro="extra_true">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
160 <help>Return the name of the EC-number and GO-term.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
161 </help>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
162 </expand>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
163 <expand macro="domains" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
164 <expand macro="names" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
165 </when>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
166 </conditional>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
167 <conditional name="peptide_src">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
168 <param name="fmt" type="select" label="Peptides input format" >
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
169 <option value="proteomic">proteomics formats: mzid, pepxml, fasta</option>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
170 <option value="tabular">tabular</option>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
171 <option value="fasta">fasta</option>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
172 <option value="mzid">mzid</option>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
173 <option value="pepxml">pepxml</option>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
174 </param>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
175 <when value="proteomic">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
176 <param name="input" type="data" format="mzid,pepxml,fasta" label="Peptide Input" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
177 </when>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
178 <when value="tabular">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
179 <param name="input_tsv" type="data" format="tabular" label="Tabular Input Containing Peptide column" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
180 <param name="column" label="Select column with peptides" type="data_column" numerical="false" data_ref="input_tsv" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
181 </when>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
182 <when value="fasta">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
183 <param name="input_fasta" type="data" format="fasta" label="Peptide Fasta Input" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
184 </when>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
185 <when value="mzid">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
186 <param name="input_mzid" type="data" format="mzid" label="mzIndetML Input" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
187 </when>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
188 <when value="pepxml">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
189 <param name="input_pepxml" type="data" format="pepxml" label="mzIndetML Input" />
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
190 </when>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
191 </conditional>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
192 <param name="selected_outputs" type="select" multiple="true" display="checkboxes" label="Choose outputs">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
193 <option value="tsv" selected="true">Tabular with one line per peptide</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
194 <option value="csv">Comma Separated Values (.csv) with one line per peptide</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
195 <option value="json">JSON Taxomony Tree (for pept2lca, pep2taxa, and peptinfo)</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
196 <option value="go_tsv">Peptide GO terms in normalized tabular (for pept2go, pept2funct, and peptinfo)</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
197 <option value="ec_tsv">Peptide EC terms in normalized tabular (for pept2ec, pept2funct, and peptinfo)</option>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
198 <option value="ec_json">JSON EC Coverage Tree (for pept2ec, pep2funct, and peptinfo)</option>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
199 <option value="unmatched">Unmatched peptides</option>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
200 </param>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
201 <param name="strict" type="boolean" truevalue="--strict" falsevalue="" checked="false" label="Exit with error on invalid peptides, otherwise ignore them"/>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
202 </inputs>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
203 <outputs>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
204 <data name="output_json" format="d3_hierarchy" label="${tool.name} ${unipept.api} on ${on_string} Taxonomy json">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
205 <filter>'json' in selected_outputs and unipept['api'] in ('pept2lca', 'pept2taxa', 'peptinfo')</filter>
3
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
206 <change_format>
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
207 <when input="api" value="pept2prot" format="json" />
34758ab8aaa4 Uploaded
galaxyp
parents: 2
diff changeset
208 </change_format>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
209 </data>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
210 <data name="output_ec_json" format="d3_hierarchy" label="${tool.name} ${unipept.api} on ${on_string} EC json">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
211 <filter>'ec_json' in selected_outputs and unipept['api'] in ('pept2ec', 'pept2funct', 'peptinfo')</filter>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
212 </data>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
213 <data name="output_tsv" format="tabular" label="${tool.name} ${unipept.api} on ${on_string} tsv">
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
214 <filter>'tsv' in selected_outputs</filter>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
215 <actions>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
216 <action name="comment_lines" type="metadata" default="1" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
217 <!--
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
218 <conditional name="unipept.api">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
219 <when value="pept2funct">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
220 <action name="column_names" type="metadata" default="peptide,total_protein_count,ec_numbers,ec_protein_counts,ec_names,go_terms,go_protein_counts,go_names" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
221 </when>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
222 <when value="pept2go">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
223 <action name="column_names" type="metadata" default="peptide,total_protein_count,go_terms,go_protein_counts,go_names" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
224 </when>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
225 <when value="pept2ec">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
226 <action name="column_names" type="metadata" default="peptide,total_protein_count,ec_numbers,ec_protein_counts,ec_names" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
227 </when>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
228 </conditional>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
229 -->
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
230 </actions>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
231 </data>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
232 <data name="output_csv" format="csv" label="${tool.name} ${unipept.api} on ${on_string} csv">
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
233 <filter>'csv' in selected_outputs</filter>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
234 </data>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
235 <data name="output_ec_tsv" format="tabular" label="${tool.name} ${unipept.api} on ${on_string} EC tsv">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
236 <filter>'ec_tsv' in selected_outputs and unipept['api'] in ('pept2ec', 'pept2funct', 'peptinfo')</filter>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
237 <actions>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
238 <action name="column_names" type="metadata" default="Peptide,Total Protein Count,EC Number,Protein Count,EC Name" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
239 </actions>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
240 </data>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
241 <data name="output_go_tsv" format="tabular" label="${tool.name} ${unipept.api} on ${on_string} GO tsv">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
242 <filter>'go_tsv' in selected_outputs and unipept['api'] in ('pept2go', 'pept2funct', 'peptinfo')</filter>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
243 <actions>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
244 <action name="column_names" type="metadata" default="Peptide,Total Protein Count,GO Term,Protein Count,GO Name" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
245 </actions>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
246 </data>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
247 <data name="output_unmatched" format="tabular" label="${tool.name} ${unipept.api} on ${on_string} unmatched">
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
248 <filter>'unmatched' in selected_outputs</filter>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
249 <actions>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
250 <action name="column_names" type="metadata" default="Unmatched Peptide" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
251 </actions>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
252 </data>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
253 </outputs>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
254 <tests>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
255 <test>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
256 <param name="api" value="pept2lca"/>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
257 <param name="fmt" value="tabular"/>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
258 <param name="input_tsv" value="tryptic.tsv"/>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
259 <param name="column" value="2"/>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
260 <param name="extra" value="True"/>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
261 <param name="names" value="True"/>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
262 <param name="selected_outputs" value="tsv,unmatched"/>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
263 <output name="output_tsv">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
264 <assert_contents>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
265 <has_text text="Homininae" />
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
266 </assert_contents>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
267 </output>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
268 <output name="output_unmatched">
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
269 <assert_contents>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
270 <has_text text="QTAMAV" />
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
271 </assert_contents>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
272 </output>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
273 </test>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
274 <test>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
275 <param name="api" value="pept2lca"/>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
276 <param name="fmt" value="fasta"/>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
277 <param name="input_fasta" value="peptide.fa"/>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
278 <param name="equate_il" value="True"/>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
279 <param name="extra" value="True"/>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
280 <param name="names" value="True"/>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
281 <param name="selected_outputs" value="json,tsv"/>
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
282 <output name="output_json">
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
283 <assert_contents>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
284 <has_text text="VMDVNDHKPEFYNCSLPACTFTPEEAQVNFTGYVDEHASPHIPIDDLTMVVYDPDKGSNGTFLLSLGGPDAEAFSVSPERAAGSASVQVLVRVSALVDYERQTAMAV" />
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
285 </assert_contents>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
286 </output>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
287 <output name="output_tsv">
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
288 <assert_contents>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
289 <has_text text="9606" />
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
290 <has_text text="9596" />
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
291 </assert_contents>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
292 </output>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
293 </test>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
294 <test>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
295 <param name="api" value="pept2taxa"/>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
296 <param name="fmt" value="fasta"/>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
297 <param name="input_fasta" value="peptide.fa"/>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
298 <param name="equate_il" value="True"/>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
299 <param name="extra" value="False"/>
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
300 <param name="names" value="False"/>
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
301 <param name="selected_outputs" value="tsv"/>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
302 <output name="output_tsv">
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
303 <assert_contents>
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
304 <has_text text="sapiens" />
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
305 <has_text text="paniscus" />
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
306 <has_text text="Gorilla" />
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
307 </assert_contents>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
308 </output>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
309 </test>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
310 <test>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
311 <param name="api" value="pept2funct"/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
312 <param name="fmt" value="tabular"/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
313 <param name="input_tsv" value="input.tsv"/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
314 <param name="column" value="2"/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
315 <param name="extra" value="True"/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
316 <param name="names" value="True"/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
317 <param name="selected_outputs" value="tsv,ec_tsv,go_tsv,unmatched"/>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
318 <output name="output_tsv">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
319 <assert_contents>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
320 <has_text text="GO:0004802" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
321 <has_text text="2.2.1.1" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
322 </assert_contents>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
323 </output>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
324 <output name="output_ec_tsv">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
325 <assert_contents>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
326 <has_text text="2.2.1.1" />
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
327 </assert_contents>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
328 </output>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
329 <output name="output_go_tsv">
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
330 <assert_contents>
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
331 <has_text text="GO:0004802" />
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
332 </assert_contents>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
333 </output>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
334 </test>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
335 </tests>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
336 <help><![CDATA[
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
337 **Unipept**
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
338
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
339 Retrieve Uniprot and taxanomic information for trypic peptides.
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
340
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
341 Unipept API documentation - http://unipept.ugent.be/apidocs
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
342
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
343 **Input**
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
344
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
345 Input peptides can be retrieved from tabular, fasta, mzid, or pepxml datasets.
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
346
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
347 Processing deatils::
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
348
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
349 The input peptides are split into typtic peptide fragments in order to match the Unipept records.
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
350 Only fragments that are complete tryptic peptides between 5 and 50 animo acid in length will be matched by Unipept.
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
351 The match to the most specific tryptic fragment is reported.
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
352
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
353
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
354 **Unipept APIs**
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
355
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
356 **pept2prot** - http://unipept.ugent.be/apidocs/pept2prot
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
357
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
358 Returns the list of UniProt entries containing a given tryptic peptide. This is the same information as provided on the Protein matches tab when performing a search with the Tryptic Peptide Analysis in the web interface.
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
359
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
360 By default, each object contains the following information fields extracted from the UniProt record::
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
361
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
362 peptide: the peptide that matched this record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
363 uniprot_id: the UniProt accession number of the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
364 taxon_id: the NCBI taxon id of the organism associated with the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
365
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
366 When the extra parameter is set to true, objects contain the following additional fields extracted from the UniProt record::
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
367
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
368 taxon_name: the name of the organism associated with the matching UniProt record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
369 ec_references: a space separated list of associated EC numbers
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
370 go_references: a space separated list of associated GO terms
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
371 refseq_ids: a space separated list of associated RefSeq accession numbers
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
372 refseq_protein_ids: a space separated list of associated RefSeq protein accession numbers
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
373 insdc_ids: a space separated list of associated insdc accession numbers
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
374 insdc_protein_ids: a space separated list of associated insdc protein accession numbers
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
375
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
376
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
377 **pept2taxa** - http://unipept.ugent.be/apidocs/pept2taxa
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
378
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
379 Returns the set of organisms associated with the UniProt entries containing a given tryptic peptide. This is the same information as provided on the Lineage table tab when performing a search with the Tryptic Peptide Analysis in the web interface.
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
380
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
381 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy::
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
382
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
383 peptide: the peptide that matched this record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
384 taxon_id: the NCBI taxon id of the organism associated with the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
385 taxon_name: the name of the organism associated with the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
386 taxon_rank: the taxonomic rank of the organism associated with the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
387
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
388 When the extra parameter is set to true, objects contain additional information about the lineages of the organism extracted from the NCBI taxonomy. The taxon id of each rank in the lineage is specified using the following information fields::
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
389
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
390 superkingdom_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
391 kingdom_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
392 subkingdom_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
393 superphylum_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
394 phylum_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
395 subphylum_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
396 superclass_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
397 class_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
398 subclass_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
399 infraclass_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
400 superorder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
401 order_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
402 suborder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
403 infraorder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
404 parvorder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
405 superfamily_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
406 family_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
407 subfamily_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
408 tribe_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
409 subtribe_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
410 genus_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
411 subgenus_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
412 species_group_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
413 species_subgroup_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
414 species_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
415 subspecies_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
416 varietas_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
417 forma_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
418
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
419
1
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
420 **pept2lca** - http://unipept.ugent.be/apidocs/pept2lca
0c1ee95282fa Uploaded
galaxyp
parents: 0
diff changeset
421
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
422 Returns the taxonomic lowest common ancestor for a given tryptic peptide. This is the same information as provided when performing a search with the Tryptic Peptide Analysis in the web interface.
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
423
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
424 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy::
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
425
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
426 peptide: the peptide that matched this record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
427 taxon_id: the NCBI taxon id of the organism associated with the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
428 taxon_name: the name of the organism associated with the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
429 taxon_rank: the taxonomic rank of the organism associated with the matching record
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
430
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
431 When the extra parameter is set to true, objects contain additional information about the lineage of the taxonomic lowest common ancestor extracted from the NCBI taxonomy. The taxon id of each rank in the lineage is specified using the following information fields::
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
432
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
433 superkingdom_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
434 kingdom_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
435 subkingdom_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
436 superphylum_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
437 phylum_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
438 subphylum_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
439 superclass_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
440 class_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
441 subclass_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
442 infraclass_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
443 superorder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
444 order_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
445 suborder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
446 infraorder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
447 parvorder_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
448 superfamily_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
449 family_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
450 subfamily_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
451 tribe_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
452 subtribe_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
453 genus_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
454 subgenus_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
455 species_group_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
456 species_subgroup_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
457 species_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
458 subspecies_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
459 varietas_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
460 forma_id
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
461
4
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
462 **pept2ec** - http://unipept.ugent.be/apidocs/pept2ec
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
463
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
464 Returns the functional EC-numbers associated with a given tryptic peptide. This is the same information as provided when performing a search with the Tryptic Peptide Analysis in the web interface.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
465
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
466 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy::
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
467
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
468 peptide: the peptide that matched this record
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
469 total_protein_count: Total amount of proteins matched with the given peptide
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
470 ec_number: EC-number associated with the current tryptic peptide.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
471 protein_count: amount of proteins matched with the given tryptic peptide that are labeled with the current EC-number.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
472 name: Optional, name of the EC-number. Included when the extra parameter is set to true.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
473
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
474
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
475 **pept2go** - http://unipept.ugent.be/apidocs/pept2go
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
476
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
477 Returns the functional GO-terms associated with a given tryptic peptide. This is the same information as provided when performing a search with the Tryptic Peptide Analysis in the web interface.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
478
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
479 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy::
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
480
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
481 peptide: the peptide that matched this record
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
482 total_protein_count: Total amount of proteins matched with the given peptide
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
483 go_term: The GO-term associated with the current tryptic peptide.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
484 protein_count: amount of proteins matched with the given tryptic peptide that are labeled with the current GO-term.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
485 name: Optional, name of the GO-term. Included when the extra parameter is set to true.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
486
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
487
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
488 **pept2funct** - http://unipept.ugent.be/apidocs/pept2funct
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
489
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
490 Returns the functional EC-numbers and GO-terms associated with a given tryptic peptide. This is the same information as provided when performing a search with the Tryptic Peptide Analysis in the web interface.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
491
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
492 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy::
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
493
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
494 peptide: the peptide that matched this record
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
495 total_protein_count: Total amount of proteins matched with the given peptide
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
496 ec_number: EC-number associated with the current tryptic peptide.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
497 protein_count: amount of proteins matched with the given tryptic peptide that are labeled with the current EC-number.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
498 name: Optional, name of the EC-number. Included when the extra parameter is set to true.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
499 go_term: The GO-term associated with the current tryptic peptide.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
500 protein_count: amount of proteins matched with the given tryptic peptide that are labeled with the current GO-term.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
501 name: Optional, name of the GO-term. Included when the extra parameter is set to true.
4953dcd7dd39 planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents: 3
diff changeset
502
0
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
503
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
504 **Attributions**
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
505
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
506 The Unipept metaproteomics analysis pipeline
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
507 Bart Mesuere1,*, Griet Debyser2, Maarten Aerts3, Bart Devreese2, Peter Vandamme3 andPeter Dawyndt1
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
508 Article first published online: 11 FEB 2015
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
509 DOI: 10.1002/pmic.201400361
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
510 http://onlinelibrary.wiley.com/doi/10.1002/pmic.201400361/abstract;jsessionid=BFF1994E4C14DA73D7C907EB208AD710.f04t04
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
511
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
512 ]]></help>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
513 <citations>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
514 <citation type="doi">doi:10.1002/pmic.201400361</citation>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
515 </citations>
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
516
6430407e5869 Uploaded
galaxyp
parents:
diff changeset
517 </tool>