Mercurial > repos > galaxyp > unipept
annotate unipept.xml @ 7:75b3b3d0adbf draft
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
author | galaxyp |
---|---|
date | Tue, 06 Apr 2021 16:13:57 +0000 |
parents | 917fd3ebc223 |
children | 7863f1abcdda |
rev | line source |
---|---|
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
1 <tool id="unipept" name="Unipept" version="4.5.0"> |
0 | 2 <description>retrieve taxonomy for peptides</description> |
3 <macros> | |
4 <xml name="equate_il"> | |
1 | 5 <param name="equate_il" type="boolean" truevalue="-e" falsevalue="" checked="true" label="Equate isoleucine and leucine"> |
0 | 6 <help>isoleucine (I) and leucine (L) are equated when matching tryptic peptides to UniProt records</help> |
3 | 7 </param> |
0 | 8 </xml> |
9 <xml name="extra"> | |
10 <param name="extra" type="boolean" truevalue="-x" falsevalue="" checked="false" label="retrieve extra information"> | |
11 <yield/> | |
3 | 12 </param> |
13 </xml> | |
14 <xml name="extra_true"> | |
15 <param name="extra" type="boolean" truevalue="-x" falsevalue="" checked="true" label="retrieve extra information"> | |
16 <yield/> | |
17 </param> | |
0 | 18 </xml> |
19 <xml name="names"> | |
20 <param name="names" type="boolean" truevalue="-n" falsevalue="" checked="true" label="names" > | |
1 | 21 <help>return the names in complete taxonomic lineage</help> |
3 | 22 </param> |
1 | 23 <param name="allfields" type="boolean" truevalue="-A" falsevalue="" checked="false" label="allfields" > |
24 <help>include fields for most specific taxonomic classification: taxon_rank,taxon_id,taxon_name before lineage</help> | |
3 | 25 </param> |
0 | 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 | 41 </macros> |
42 <requirements> | |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
43 <requirement type="package" version="3">python</requirement> |
0 | 44 </requirements> |
45 <stdio> | |
46 <exit_code range="1:" /> | |
47 </stdio> | |
3 | 48 <command><![CDATA[ |
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 | 51 --api=$unipept.api |
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 | 54 $unipept.names $unipept.allfields |
0 | 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 | 59 $strict |
60 #if str($peptide_src.fmt) == 'proteomic': | |
61 #if $peptide_src.input.datatype.file_ext == 'fasta': | |
62 --fasta="$peptide_src.input" | |
63 #elif $peptide_src.input.datatype.file_ext == 'mzid': | |
64 --mzid="$peptide_src.input" | |
65 #elif $peptide_src.input.datatype.file_ext == 'pepxml': | |
66 --pepxml="$peptide_src.input" | |
67 #end if | |
68 #elif str($peptide_src.fmt) == 'tabular': | |
69 --tabular="$peptide_src.input_tsv" | |
70 #set $col = int(str($peptide_src.column)) - 1 | |
71 --column=$col | |
72 #elif str($peptide_src.fmt) == 'fasta': | |
73 --fasta="$peptide_src.input_fasta" | |
74 #elif str($peptide_src.fmt) == 'mzid': | |
75 --mzid="$peptide_src.input_mzid" | |
76 #elif str($peptide_src.fmt) == 'pepxml': | |
77 --pepxml="$peptide_src.input_pepxml" | |
78 #end if | |
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
79 --peptide_match $peptide_match |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
80 #if $peptide_match == 'report' and $unmatched_aa != 'default': |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
81 --unmatched_aa $unmatched_aa |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
82 #end if |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
83 #if 'json' in str($selected_outputs).split(',') and str($unipept.api) in ['pept2lca', 'pept2taxa', 'peptinfo']: |
0 | 84 --json $output_json |
85 #end if | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
86 #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
|
87 --ec_json $output_ec_json |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
88 #end if |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
89 #if 'tsv' in str($selected_outputs).split(','): |
0 | 90 --tsv $output_tsv |
91 #end if | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
92 #if 'csv' in str($selected_outputs).split(','): |
0 | 93 --csv $output_csv |
94 #end if | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
95 #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
|
96 --ec_tsv $output_ec_tsv |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
97 #end if |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
98 #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
|
99 --go_tsv $output_go_tsv |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
100 #end if |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
101 #if 'ipr_tsv' in str($selected_outputs).split(',') and str($unipept.api) in ['pept2interpro', 'pept2funct', 'peptinfo']: |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
102 --ipr_tsv $output_ipr_tsv |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
103 #end if |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
104 #if 'unmatched' in str($selected_outputs).split(','): |
1 | 105 --unmatched $output_unmatched |
0 | 106 #end if |
107 ]]></command> | |
108 <inputs> | |
109 <conditional name="unipept"> | |
110 <param name="api" type="select" label="Unipept application" > | |
1 | 111 <option value="pept2lca" selected="true">pept2lca: lowest common ancestor</option> |
112 <option value="pept2taxa">pept2taxa: organisms associated with the UniProt entries containing a given tryptic peptide</option> | |
0 | 113 <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
|
114 <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
|
115 <option value="pept2go">pept2go: Tryptic peptides and associated GO terms</option> |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
116 <option value="pept2interpro">pept2interpro: Tryptic peptides and associated InterPro entries</option> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
117 <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
|
118 <option value="peptinfo">peptinfo: Tryptic peptides and associated EC and GO terms and lowest common ancestor taxonomy</option> |
0 | 119 </param> |
1 | 120 <when value="pept2lca"> |
121 <expand macro="equate_il" /> | |
122 <expand macro="extra"> | |
123 <help>Return the complete lineage of the taxonomic lowest common ancestor, and include ID fields.</help> | |
124 </expand> | |
125 <expand macro="names" /> | |
126 </when> | |
0 | 127 <when value="pept2taxa"> |
128 <expand macro="equate_il" /> | |
3 | 129 <expand macro="extra_true"> |
1 | 130 <help>Return the complete lineage of each organism, and include ID fields.</help> |
0 | 131 </expand> |
132 <expand macro="names" /> | |
133 </when> | |
134 <when value="pept2prot"> | |
135 <expand macro="equate_il" /> | |
136 <expand macro="extra"> | |
137 <help>Return additional information fields: taxon_name, ec_references, go_references, refseq_ids, refseq_protein_ids, insdc_ids, insdc_protein_ids | |
138 WARNING: Huge perfomance penalty! Only use for small number of peptides when the extra infomation is required. | |
139 </help> | |
140 </expand> | |
141 </when> | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
142 <when value="pept2ec"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
143 <expand macro="equate_il" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
144 <expand macro="extra_true"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
145 <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
|
146 </help> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
147 </expand> |
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="pept2go"> |
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 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> |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
157 <when value="pept2interpro"> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
158 <expand macro="equate_il" /> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
159 <expand macro="extra_true"> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
160 <help>Return the name of the GO-term. |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
161 </help> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
162 </expand> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
163 <expand macro="domains" /> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
164 </when> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
165 <when value="pept2funct"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
166 <expand macro="equate_il" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
167 <expand macro="extra_true"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
168 <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
|
169 </help> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
170 </expand> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
171 <expand macro="domains" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
172 </when> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
173 <when value="peptinfo"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
174 <expand macro="equate_il" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
175 <expand macro="extra_true"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
176 <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
|
177 </help> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
178 </expand> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
179 <expand macro="domains" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
180 <expand macro="names" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
181 </when> |
0 | 182 </conditional> |
183 <conditional name="peptide_src"> | |
184 <param name="fmt" type="select" label="Peptides input format" > | |
185 <option value="proteomic">proteomics formats: mzid, pepxml, fasta</option> | |
186 <option value="tabular">tabular</option> | |
187 <option value="fasta">fasta</option> | |
188 <option value="mzid">mzid</option> | |
189 <option value="pepxml">pepxml</option> | |
190 </param> | |
191 <when value="proteomic"> | |
192 <param name="input" type="data" format="mzid,pepxml,fasta" label="Peptide Input" /> | |
193 </when> | |
194 <when value="tabular"> | |
195 <param name="input_tsv" type="data" format="tabular" label="Tabular Input Containing Peptide column" /> | |
196 <param name="column" label="Select column with peptides" type="data_column" numerical="false" data_ref="input_tsv" /> | |
197 </when> | |
198 <when value="fasta"> | |
199 <param name="input_fasta" type="data" format="fasta" label="Peptide Fasta Input" /> | |
200 </when> | |
201 <when value="mzid"> | |
202 <param name="input_mzid" type="data" format="mzid" label="mzIndetML Input" /> | |
203 </when> | |
204 <when value="pepxml"> | |
205 <param name="input_pepxml" type="data" format="pepxml" label="mzIndetML Input" /> | |
206 </when> | |
207 </conditional> | |
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
208 <param name="peptide_match" type="select" label="Match input peptides by"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
209 <option value="full">Match to the full input peptide</option> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
210 <option value="best" selected="true">Best match to tryptic parts of the input peptide</option> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
211 <option value="report">Best match to tryptic parts, add tryptic_match column</option> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
212 </param> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
213 <param name="unmatched_aa" type="select" label="Show tryptic_match as:"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
214 <option value="default">List of matched tryptic parts</option> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
215 <option value=".">peptide with unmatched AAs as .</option> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
216 <option value="x">peptide with unmatched AAs as x</option> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
217 </param> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
218 <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
|
219 <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
|
220 <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
|
221 <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
|
222 <option value="go_tsv">Peptide GO terms in normalized tabular (for pept2go, pept2funct, and peptinfo)</option> |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
223 <option value="ipr_tsv">Peptide InterPro entries in normalized tabular (for pept2interpro, pept2funct, and peptinfo)</option> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
224 <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
|
225 <option value="ec_json">JSON EC Coverage Tree (for pept2ec, pep2funct, and peptinfo)</option> |
1 | 226 <option value="unmatched">Unmatched peptides</option> |
0 | 227 </param> |
228 <param name="strict" type="boolean" truevalue="--strict" falsevalue="" checked="false" label="Exit with error on invalid peptides, otherwise ignore them"/> | |
229 </inputs> | |
230 <outputs> | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
231 <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
|
232 <filter>'json' in selected_outputs and unipept['api'] in ('pept2lca', 'pept2taxa', 'peptinfo')</filter> |
3 | 233 <change_format> |
234 <when input="api" value="pept2prot" format="json" /> | |
235 </change_format> | |
0 | 236 </data> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
237 <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
|
238 <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
|
239 </data> |
0 | 240 <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
|
241 <filter>'tsv' in selected_outputs</filter> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
242 <actions> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
243 <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
|
244 <!-- |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
245 <conditional name="unipept.api"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
246 <when value="pept2funct"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
247 <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
|
248 </when> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
249 <when value="pept2go"> |
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="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
|
251 </when> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
252 <when value="pept2ec"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
253 <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
|
254 </when> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
255 </conditional> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
256 --> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
257 </actions> |
0 | 258 </data> |
259 <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
|
260 <filter>'csv' in selected_outputs</filter> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
261 </data> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
262 <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
|
263 <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
|
264 <actions> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
265 <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
|
266 </actions> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
267 </data> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
268 <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
|
269 <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
|
270 <actions> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
271 <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
|
272 </actions> |
0 | 273 </data> |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
274 <data name="output_ipr_tsv" format="tabular" label="${tool.name} ${unipept.api} on ${on_string} InterPro tsv"> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
275 <filter>'ipr_tsv' in selected_outputs and unipept['api'] in ('pept2interpro', 'pept2funct', 'peptinfo')</filter> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
276 <actions> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
277 <action name="column_names" type="metadata" default="Peptide,Total Protein Count,InterPro Code,Protein Count,InterPro Type,InterPro Name" /> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
278 </actions> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
279 </data> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
280 |
1 | 281 <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
|
282 <filter>'unmatched' in selected_outputs</filter> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
283 <actions> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
284 <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
|
285 </actions> |
0 | 286 </data> |
287 </outputs> | |
288 <tests> | |
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
289 <!-- Test-1 --> |
0 | 290 <test> |
1 | 291 <param name="api" value="pept2lca"/> |
0 | 292 <param name="fmt" value="tabular"/> |
1 | 293 <param name="input_tsv" value="tryptic.tsv"/> |
0 | 294 <param name="column" value="2"/> |
295 <param name="extra" value="True"/> | |
296 <param name="names" value="True"/> | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
297 <param name="selected_outputs" value="tsv,unmatched"/> |
0 | 298 <output name="output_tsv"> |
299 <assert_contents> | |
1 | 300 <has_text text="Homininae" /> |
0 | 301 </assert_contents> |
302 </output> | |
1 | 303 <output name="output_unmatched"> |
0 | 304 <assert_contents> |
1 | 305 <has_text text="QTAMAV" /> |
0 | 306 </assert_contents> |
307 </output> | |
308 </test> | |
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
309 <!-- Test-2 --> |
0 | 310 <test> |
1 | 311 <param name="api" value="pept2lca"/> |
0 | 312 <param name="fmt" value="fasta"/> |
1 | 313 <param name="input_fasta" value="peptide.fa"/> |
0 | 314 <param name="equate_il" value="True"/> |
315 <param name="extra" value="True"/> | |
316 <param name="names" value="True"/> | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
317 <param name="selected_outputs" value="json,tsv"/> |
0 | 318 <output name="output_json"> |
319 <assert_contents> | |
1 | 320 <has_text text="VMDVNDHKPEFYNCSLPACTFTPEEAQVNFTGYVDEHASPHIPIDDLTMVVYDPDKGSNGTFLLSLGGPDAEAFSVSPERAAGSASVQVLVRVSALVDYERQTAMAV" /> |
321 </assert_contents> | |
322 </output> | |
323 <output name="output_tsv"> | |
324 <assert_contents> | |
325 <has_text text="9606" /> | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
326 <has_text text="9596" /> |
0 | 327 </assert_contents> |
328 </output> | |
1 | 329 </test> |
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
330 <!-- Test-3 --> |
1 | 331 <test> |
332 <param name="api" value="pept2taxa"/> | |
333 <param name="fmt" value="fasta"/> | |
334 <param name="input_fasta" value="peptide.fa"/> | |
335 <param name="equate_il" value="True"/> | |
336 <param name="extra" value="False"/> | |
337 <param name="names" value="False"/> | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
338 <param name="selected_outputs" value="tsv"/> |
1 | 339 <output name="output_tsv"> |
0 | 340 <assert_contents> |
1 | 341 <has_text text="sapiens" /> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
342 <has_text text="paniscus" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
343 </assert_contents> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
344 </output> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
345 </test> |
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
346 <!-- Test-4 --> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
347 <test> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
348 <param name="api" value="pept2funct"/> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
349 <param name="fmt" value="tabular"/> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
350 <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
|
351 <param name="column" value="2"/> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
352 <param name="extra" value="True"/> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
353 <param name="names" value="True"/> |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
354 <param name="selected_outputs" value="tsv,ec_tsv,go_tsv,ipr_tsv,unmatched"/> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
355 <output name="output_tsv"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
356 <assert_contents> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
357 <has_text text="GO:0004802" /> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
358 <has_text text="2.2.1.1" /> |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
359 <has_text text="IPR005475" /> |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
360 </assert_contents> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
361 </output> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
362 <output name="output_ec_tsv"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
363 <assert_contents> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
364 <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
|
365 </assert_contents> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
366 </output> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
367 <output name="output_go_tsv"> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
368 <assert_contents> |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
369 <has_text text="GO:0004802" /> |
0 | 370 </assert_contents> |
371 </output> | |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
372 <output name="output_ipr_tsv"> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
373 <assert_contents> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
374 <has_text text="IPR005475" /> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
375 </assert_contents> |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
376 </output> |
0 | 377 </test> |
7
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
378 <!-- Test-5 --> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
379 <test> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
380 <param name="api" value="pept2funct"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
381 <param name="fmt" value="tabular"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
382 <param name="input_tsv" value="input.tsv"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
383 <param name="column" value="2"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
384 <param name="extra" value="True"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
385 <param name="names" value="True"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
386 <param name="peptide_match" value="full"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
387 <param name="selected_outputs" value="tsv,ec_tsv,go_tsv,ipr_tsv,unmatched"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
388 <output name="output_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
389 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
390 <has_text text="GO:0004802" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
391 <has_text text="2.2.1.1" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
392 <has_text text="IPR005475" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
393 <has_text_matching expression="FAPLLEEYKAEDWVQK\t0" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
394 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
395 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
396 <output name="output_ec_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
397 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
398 <has_text text="2.2.1.1" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
399 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
400 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
401 <output name="output_go_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
402 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
403 <has_text text="GO:0004802" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
404 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
405 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
406 <output name="output_ipr_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
407 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
408 <has_text text="IPR005475" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
409 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
410 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
411 </test> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
412 <!-- Test-6 --> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
413 <test> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
414 <param name="api" value="pept2funct"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
415 <param name="fmt" value="tabular"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
416 <param name="input_tsv" value="input.tsv"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
417 <param name="column" value="2"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
418 <param name="extra" value="True"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
419 <param name="names" value="True"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
420 <param name="peptide_match" value="report"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
421 <param name="selected_outputs" value="tsv,ec_tsv,go_tsv,ipr_tsv,unmatched"/> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
422 <output name="output_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
423 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
424 <has_text text="GO:0004802" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
425 <has_text text="2.2.1.1" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
426 <has_text text="IPR005475" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
427 <has_text_matching expression="FAPLLEEYKAEDWVQK\tAEDWVQK\t1" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
428 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
429 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
430 <output name="output_ec_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
431 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
432 <has_text text="2.2.1.1" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
433 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
434 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
435 <output name="output_go_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
436 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
437 <has_text text="GO:0004802" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
438 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
439 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
440 <output name="output_ipr_tsv"> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
441 <assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
442 <has_text text="IPR005475" /> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
443 </assert_contents> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
444 </output> |
75b3b3d0adbf
"planemo upload for repository http://unipept.ugent.be/apidocs commit b6707ea113b2a89b0bb8072dfcc9ceeef4a1b708"
galaxyp
parents:
5
diff
changeset
|
445 </test> |
0 | 446 </tests> |
447 <help><![CDATA[ | |
448 **Unipept** | |
449 | |
450 Retrieve Uniprot and taxanomic information for trypic peptides. | |
1 | 451 |
452 Unipept API documentation - http://unipept.ugent.be/apidocs | |
0 | 453 |
1 | 454 **Input** |
455 | |
456 Input peptides can be retrieved from tabular, fasta, mzid, or pepxml datasets. | |
457 | |
458 Processing deatils:: | |
459 | |
460 The input peptides are split into typtic peptide fragments in order to match the Unipept records. | |
461 Only fragments that are complete tryptic peptides between 5 and 50 animo acid in length will be matched by Unipept. | |
462 The match to the most specific tryptic fragment is reported. | |
463 | |
464 | |
465 **Unipept APIs** | |
466 | |
467 **pept2prot** - http://unipept.ugent.be/apidocs/pept2prot | |
468 | |
0 | 469 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. |
470 | |
471 By default, each object contains the following information fields extracted from the UniProt record:: | |
472 | |
473 peptide: the peptide that matched this record | |
474 uniprot_id: the UniProt accession number of the matching record | |
475 taxon_id: the NCBI taxon id of the organism associated with the matching record | |
476 | |
477 When the extra parameter is set to true, objects contain the following additional fields extracted from the UniProt record:: | |
478 | |
479 taxon_name: the name of the organism associated with the matching UniProt record | |
480 ec_references: a space separated list of associated EC numbers | |
481 go_references: a space separated list of associated GO terms | |
482 refseq_ids: a space separated list of associated RefSeq accession numbers | |
483 refseq_protein_ids: a space separated list of associated RefSeq protein accession numbers | |
484 insdc_ids: a space separated list of associated insdc accession numbers | |
485 insdc_protein_ids: a space separated list of associated insdc protein accession numbers | |
486 | |
487 | |
1 | 488 **pept2taxa** - http://unipept.ugent.be/apidocs/pept2taxa |
489 | |
0 | 490 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. |
491 | |
492 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy:: | |
493 | |
494 peptide: the peptide that matched this record | |
495 taxon_id: the NCBI taxon id of the organism associated with the matching record | |
496 taxon_name: the name of the organism associated with the matching record | |
497 taxon_rank: the taxonomic rank of the organism associated with the matching record | |
498 | |
499 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:: | |
500 | |
501 superkingdom_id | |
502 kingdom_id | |
503 subkingdom_id | |
504 superphylum_id | |
505 phylum_id | |
506 subphylum_id | |
507 superclass_id | |
508 class_id | |
509 subclass_id | |
510 infraclass_id | |
511 superorder_id | |
512 order_id | |
513 suborder_id | |
514 infraorder_id | |
515 parvorder_id | |
516 superfamily_id | |
517 family_id | |
518 subfamily_id | |
519 tribe_id | |
520 subtribe_id | |
521 genus_id | |
522 subgenus_id | |
523 species_group_id | |
524 species_subgroup_id | |
525 species_id | |
526 subspecies_id | |
527 varietas_id | |
528 forma_id | |
529 | |
530 | |
1 | 531 **pept2lca** - http://unipept.ugent.be/apidocs/pept2lca |
532 | |
0 | 533 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. |
534 | |
535 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy:: | |
536 | |
537 peptide: the peptide that matched this record | |
538 taxon_id: the NCBI taxon id of the organism associated with the matching record | |
539 taxon_name: the name of the organism associated with the matching record | |
540 taxon_rank: the taxonomic rank of the organism associated with the matching record | |
541 | |
542 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:: | |
543 | |
544 superkingdom_id | |
545 kingdom_id | |
546 subkingdom_id | |
547 superphylum_id | |
548 phylum_id | |
549 subphylum_id | |
550 superclass_id | |
551 class_id | |
552 subclass_id | |
553 infraclass_id | |
554 superorder_id | |
555 order_id | |
556 suborder_id | |
557 infraorder_id | |
558 parvorder_id | |
559 superfamily_id | |
560 family_id | |
561 subfamily_id | |
562 tribe_id | |
563 subtribe_id | |
564 genus_id | |
565 subgenus_id | |
566 species_group_id | |
567 species_subgroup_id | |
568 species_id | |
569 subspecies_id | |
570 varietas_id | |
571 forma_id | |
572 | |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
573 **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
|
574 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
575 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
|
576 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
577 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
|
578 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
579 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
|
580 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
|
581 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
|
582 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
|
583 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
|
584 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
585 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
586 **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
|
587 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
588 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
|
589 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
590 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
|
591 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
592 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
|
593 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
|
594 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
|
595 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
|
596 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
|
597 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
598 |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
599 **pept2interpro** - http://unipept.ugent.be/apidocs/pept2interpro |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
600 |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
601 Returns the functional InterPro entries 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. |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
602 |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
603 By default, each object contains the following information fields extracted from the UniProt record and NCBI taxonomy:: |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
604 |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
605 peptide: the peptide that matched this record |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
606 total_protein_count: Total amount of proteins matched with the given peptide |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
607 code: InterPro entry code associated with the current tryptic peptide |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
608 protein_count: amount of proteins matched with the given tryptic peptide that are labeled with the current InterPro code. |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
609 type: Optional, type of the InterPro entry. Included when the extra parameter is set to true. |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
610 name: Optional, name of the InterPro entry. Included when the extra parameter is set to true. |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
611 |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
612 **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
|
613 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
614 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
|
615 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
616 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
|
617 |
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
618 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
|
619 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
|
620 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
|
621 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
|
622 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
|
623 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
|
624 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
|
625 name: Optional, name of the GO-term. Included when the extra parameter is set to true. |
5
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
626 code: InterPro entry code associated with the current tryptic peptide |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
627 protein_count: amount of proteins matched with the given tryptic peptide that are labeled with the current InterPro code. |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
628 type: Optional, type of the InterPro entry. Included when the extra parameter is set to true. |
917fd3ebc223
"planemo upload for repository http://unipept.ugent.be/apidocs commit dd464f03c32f657fc555081117da18ba4c091af6-dirty"
galaxyp
parents:
4
diff
changeset
|
629 name: Optional, name of the InterPro entry. Included when the extra parameter is set to true. |
4
4953dcd7dd39
planemo upload for repository http://unipept.ugent.be/apidocs commit e91b0fe16bf468b34884508652359b91847d1f95-dirty
galaxyp
parents:
3
diff
changeset
|
630 |
0 | 631 |
632 **Attributions** | |
633 | |
634 The Unipept metaproteomics analysis pipeline | |
635 Bart Mesuere1,*, Griet Debyser2, Maarten Aerts3, Bart Devreese2, Peter Vandamme3 andPeter Dawyndt1 | |
636 Article first published online: 11 FEB 2015 | |
637 DOI: 10.1002/pmic.201400361 | |
638 http://onlinelibrary.wiley.com/doi/10.1002/pmic.201400361/abstract;jsessionid=BFF1994E4C14DA73D7C907EB208AD710.f04t04 | |
639 | |
640 ]]></help> | |
641 <citations> | |
642 <citation type="doi">doi:10.1002/pmic.201400361</citation> | |
643 </citations> | |
644 | |
645 </tool> |