annotate add_protein_features.xml @ 19:381e18f13ed2 draft

"planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty"
author proteore
date Thu, 30 Jul 2020 09:45:47 +0000
parents bdbc7620e804
children 3c5813b29486
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
381e18f13ed2 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty"
proteore
parents: 18
diff changeset
1 <tool id="prot_features" name="Add protein features" version="2020.07.30.1">
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
2 <description>[neXtProt, Human]
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
3 </description>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
4 <requirements>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
5 <requirement type="package" version="3.4.1">R</requirement>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
6 </requirements>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
7 <stdio>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
8 <exit_code range="1:" />
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
9 </stdio>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
10 <command><![CDATA[
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
11
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
12 Rscript $__tool_directory__/add_protein_features.R
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
13 --inputtype="$inputtype.filetype"
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
14 --input='$inputtype.genelist'
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
15
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
16 #if $inputtype.filetype == "file"
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
17 --column='$inputtype.column'
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
18 --header=$inputtype.header
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
19 #end if
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
20
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
21 --type='$idtype'
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
22 --pc_features='$pc_features'
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
23 --output='$output'
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
24
8
aca66c3b8fbb planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
proteore
parents: 7
diff changeset
25 #if 'proteore_nextprot_ref' in str($ref_file).split("/")
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
26 --nextprot="$ref_file"
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
27 #else
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
28 --nextprot="$__tool_directory__/$ref_file"
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
29 #end if
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
30
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
31 ]]></command>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
32
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
33 <inputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
34 <conditional name="inputtype">
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
35 <param name="filetype" type="select" label="Enter your IDs (neXtProt or UniProt; e.g. NX_P05090 or P05090)" help="Copy/paste or from a file" >
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
36 <option value="file" selected="true">Input file containing your IDs </option>
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
37 <option value="copy_paste">Copy/paste your list of IDs</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
38 </param>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
39 <when value="copy_paste">
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
40 <param name="genelist" type="text" label="Enter a list of IDs separated by tab, space or carriage return into the form field" help="for example : A0AVI2 A6NGB0">
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
41 <sanitizer invalid_char="">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
42 <valid initial="string.printable">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
43 <remove value="&apos;"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
44 </valid>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
45 <mapping initial="none">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
46 <add source="&apos;" target="__sq__"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
47 <add source="&#x20;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
48 <add source="&#xA;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
49 <add source="&#xD;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
50 <add source="&#x9;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
51 </mapping>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
52 </sanitizer>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
53 </param>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
54 </when>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
55 <when value="file">
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
56 <param name="genelist" type="data" format="txt,tabular" label="Select your file" help=""/>
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
57 <param name="column" type="text" label="Column IDs (e.g : Enter c1 for column n°1)" value="c1">
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
58 <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator>
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
59 </param>
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
60 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does input file have header?" />
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
61 </when>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
62 </conditional>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
63
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
64 <param name="idtype" type="select" label="Type of IDs" multiple="false" optional="false">
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
65 <option value="NextprotID" selected="true">neXtProt IDs</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
66 <option value="Uniprot_AC" selected="false">UniProt accession number</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
67 </param>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
68 <param name="pc_features" type="select" label="Features/Annotation" multiple="true" help="" display="checkboxes" optional="false">
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
69 <option value="SeqLength" selected="false">Sequence Length</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
70 <option value="MW" selected="false">Molecular Weight</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
71 <option value="IsoPoint" selected="false">Isoelectric point</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
72 <option value="TMDomains" selected="false">Number of transmembrane domains</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
73 <option value="ProteinExistence" selected="false">Protein Existence (evidence score from 1 to 5)</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
74 <option value="Chr" selected="false">Chromosome</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
75 <option value="SubcellLocations" selected="false">Subcellular Location</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
76 <option value="Diseases" selected="false">Disease information</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
77 <option value="ProteinName" selected="false">Protein name</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
78 <option value="Function" selected="false">Protein function</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
79 <option value="PostTranslationalModifications" selected="false">Post translational modifications</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
80 <option value="ProteinFamily" selected="false">Protein family</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
81 <option value="Pathway" selected="false">Pathway(s)</option>
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
82 </param>
16
bc54a3e734fc planemo upload commit 5310f0a7e901d8b22c1609e1cc37c3f1d7a6940c-dirty
proteore
parents: 15
diff changeset
83
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
84 <param name="ref_file" type="select" label="Release of neXtProt reference file to use">
8
aca66c3b8fbb planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
proteore
parents: 7
diff changeset
85 <options from_data_table="proteore_nextprot_ref">
10
a1b21b263a04 planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
proteore
parents: 9
diff changeset
86 <filter type="sort_by" column="0"/>
8
aca66c3b8fbb planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
proteore
parents: 7
diff changeset
87 </options>
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
88 </param>
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
89
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
90 </inputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
91
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
92
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
93 <outputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
94 <data name="output" format="tsv" label="Add_information_from_neXtProt on ${inputtype.genelist.name}">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
95 <filter>inputtype=="file"</filter>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
96 </data>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
97 <data name="output" format="tsv" label="Add_information_from_neXtProt"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
98 </outputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
99
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
100 <tests>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
101 <test>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
102 <conditional name="inputtype">
15
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
103 <param name="filetype" value="file"/>
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
104 <param name="genelist" value="Lacombe_et_al_2017.tsv"/>
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
105 <param name="column" value="c1"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
106 <param name="header" value="true"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
107 </conditional>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
108
15
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
109 <param name="idtype" value="Uniprot_AC"/>
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
110 <param name="pc_features" value="SeqLength,MW,IsoPoint,TMDomains,ProteinExistence"/>
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
111
15
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
112 <param name="ref_file" value="test-data/cached_locally/nextprot_ref_07-05-2019.tsv"/>
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
113 <output name="output" file="Add_information_from_neXtProt.tsv"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
114 </test>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
115 </tests>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
116
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
117 <help><![CDATA[
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
118
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
119 **Description**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
120
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
121 This tool retrieves annotation (protein features) from the neXtProt database (knowledgebase on human proteins) to enrich your protein IDs list.
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
122
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
123 -----
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
124
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
125 **Input**
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
126
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
127 A list of of Uniprot Accession Number (e.g. P05090) or neXtProt IDs (e.g. NX_P05090) entered in a copy/paste mode or a file containing one or multiple columns with **at least one column of Uniprot accession number or neXtProt IDs**. If your input file contains other type of IDs, please use the ID_Converter tool.
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
128
15
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
129 .. class:: warningmark
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
130
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
131 In copy/paste mode, the number of IDs considered in input is limited to 5000.
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
132
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
133 -----
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
134
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
135 **Parameters**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
136
15
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
137 "Select features": select each feature of your interest by clicking the corresponding checkbox. Disease information is set to "Yes" by default.
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
138
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
139 -----
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
140
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
141 **Output**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
142
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
143 Output is a tabular file containing both original columns and new columns including the annotation requested.
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
144
19
381e18f13ed2 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty"
proteore
parents: 18
diff changeset
145 .. class:: warningmark
381e18f13ed2 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty"
proteore
parents: 18
diff changeset
146
381e18f13ed2 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty"
proteore
parents: 18
diff changeset
147 "Protein name","Protein function","Post translational modifications","Protein family","Pathway(s)" options will not work will releases older than 08/2020.
381e18f13ed2 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245-dirty"
proteore
parents: 18
diff changeset
148
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
149 -----
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
150
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
151 **Data source (release date)**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
152
11
5653f6e46f73 planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
proteore
parents: 10
diff changeset
153 Annotations have been retrieved using a REST API (https://academic.oup.com/nar/article/43/D1/D764/2439066#40348985) (Gaudet et al., 2017)
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
154
11
5653f6e46f73 planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
proteore
parents: 10
diff changeset
155 neXtProt releases :
5653f6e46f73 planemo upload commit 3e8aad84b7fe9218370364b1aef3ea5779475f9f-dirty
proteore
parents: 10
diff changeset
156
15
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
157 - nextProt release 07-05-2019 (release Feb 13, 2019)
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
158 - neXtProt release 08-10-2018 (release Feb 21, 2018)
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
159
18
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
160 .. class:: warningmark
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
161
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
162 For "Protein function", "Post translational modifications" and "Pathway(s)", only results with gold quality are returned.
bdbc7620e804 "planemo upload commit 6a3a63d9870148e6fee84e771db614f9da9a8245"
proteore
parents: 17
diff changeset
163
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
164 -----
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
165
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
166 .. class:: infomark
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
167
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
168 **Authors**
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
169
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
170 David Christiany, Lisa Peru, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
171
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
172 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
173
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
174 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
175
15
e1def5dd4960 planemo upload commit fb27a6b5de5cd7b269a41be3c85c593b77aa1b18-dirty
proteore
parents: 14
diff changeset
176 Help: contact@proteore.org for any questions or concerns about this tool.
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
177
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
178 ]]></help>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
179 <citations>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
180 </citations>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
181
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
182 </tool>