annotate add_protein_features.xml @ 6:a37b623bcd7c draft

planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
author proteore
date Mon, 11 Mar 2019 04:40:52 -0400
parents bb4a5f1b415f
children 69c70e45d5ab
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
1 <tool id="prot_features" name="Add protein features" version="2019.03.10">
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
2 <description>[neXtProt]
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'
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
22 --pc_features='$Nextprot_params.pc_features'
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
23 --localization='$Nextprot_params.localization'
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
24 --diseases_info='$Nextprot_params.diseases_info'
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
25 --output='$output'
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
26
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
27 #if 'nextprot_ref' in str($ref_file).split("/")
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
28 --nextprot="$ref_file"
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
29 #else
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
30 --nextprot="$__tool_directory__/$ref_file"
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
31 #end if
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
32
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
33 ]]></command>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
34
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
35 <inputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
36 <conditional name="inputtype">
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
37 <param name="filetype" type="select" label="Enter your IDs (neXtProt or UniProt)" help="Copy/paste or from a file" >
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
38 <option value="file" selected="true">Input file containing your IDs </option>
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
39 <option value="copy_paste">Copy/paste your list of IDs</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
40 </param>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
41 <when value="copy_paste">
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
42 <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
43 <sanitizer invalid_char="">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
44 <valid initial="string.printable">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
45 <remove value="&apos;"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
46 </valid>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
47 <mapping initial="none">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
48 <add source="&apos;" target="__sq__"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
49 <add source="&#x20;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
50 <add source="&#xA;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
51 <add source="&#xD;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
52 <add source="&#x9;" target=""/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
53 </mapping>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
54 </sanitizer>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
55 </param>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
56 </when>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
57 <when value="file">
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
58 <param name="genelist" type="data" format="txt,tabular" label="Select your file" help=""/>
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
59 <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
60 <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
61 </param>
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
62 <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
63 </when>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
64 </conditional>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
65
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
66 <param name="idtype" type="select" label="Type of IDs" multiple="false" optional="false">
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
67 <option value="Uniprot_AC" selected="true">Uniprot accession number</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
68 <option value="NextprotID" selected="false">neXtProt IDs</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
69 </param>
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
70 <section name="Nextprot_params" title="Select features" expanded="True">
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
71 <param name="pc_features" type="select" label="Physico-Chemical Features" multiple="true" help="" display="checkboxes" optional="false">
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
72 <option value="SeqLength" selected="false">Sequence Length</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
73 <option value="MW" selected="false">Molecular Weight</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
74 <option value="IsoPoint" selected="false">Isoelectric point</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
75 <option value="TMDomains" selected="false">Number of transmembrane domains</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
76 <option value="ProteinExistence" selected="false">Protein Existence (evidence score from 1 to 5)</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
77 </param>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
78
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
79 <param name="localization" type="select" label="Localization" multiple="true" help="" display="checkboxes" optional="true">
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
80 <option value="Chr" selected="false">Chromosome</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
81 <option value="SubcellLocations" selected="false">Subcellular Location</option>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
82 </param>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
83
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
84 <param name="diseases_info" type="boolean" checked="false" truevalue="true" falsevalue="false" label="Disease information" />
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
85
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
86 </section>
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
87 <param name="ref_file" type="select" label="Release of neXtProt reference file to use">
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
88 <options from_data_table="proteore_nextprot_ref"/>
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
89 </param>
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
90
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
91 </inputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
92
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
93
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
94 <outputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
95 <data name="output" format="tsv" label="Add_information_from_neXtProt on ${inputtype.genelist.name}">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
96 <filter>inputtype=="file"</filter>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
97 </data>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
98 <data name="output" format="tsv" label="Add_information_from_neXtProt"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
99 </outputs>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
100
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
101 <tests>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
102 <test>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
103 <conditional name="inputtype">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
104 <param name="filetype " value="file"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
105 <param name="genelist" value="FKW_ID_Converter_Lacombe_et_al_2017_OK.tsv"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
106 <param name="column" value="c1"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
107 <param name="header" value="true"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
108 </conditional>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
109
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
110 <param name="idtype" value="uniprot"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
111
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
112 <section name="Nextprot_params">
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
113 <param name="pc_features" value="SeqLength,MW,IsoPoint,TMDomains,ProteinExistence"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
114 <param name="localization" value="Chr,SubcellLocations"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
115 <param name="diseases_info" value="true"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
116 </section>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
117
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
118 <output name="output" file="Add_information_from_neXtProt.tsv"/>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
119 </test>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
120 </tests>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
121
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
122 <help><![CDATA[
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
123
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
124 **Description**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
125
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
126 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
127
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
128 -----
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
129
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
130 **Input**
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
131
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
132 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
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
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
136 **Parameters**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
137
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
138 "Select features": three categories of annotation can be retrieved: physico-chemical features, localisation (chromosome, subcellular) and disease information (set to "Yes" by default). Select each feature according to your interest by clicking the corresponding checkbox.
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
139
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
140 -----
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
141
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
142 **Output**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
143
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
144 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
145
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
146 -----
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
147
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
148 **Data source (release date)**
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
149
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
150 Annotations have been retrieved from the neXtProt released on 21/02/2018 using the latest data from peptideAtlas (release January 2018)
4
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
151
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
152 using a REST API (https://academic.oup.com/nar/article/43/D1/D764/2439066#40348985) (Gaudet et al., 2017)
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
153
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
154 -----
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
155
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
156 .. class:: infomark
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
157
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
158 **Authors**
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
159
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
160 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
161
5
bb4a5f1b415f planemo upload commit f7974932f7ca782b9a5a8a092f84a0bb0f965e64-dirty
proteore
parents: 4
diff changeset
162 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
163
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
164 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
165
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
166 Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool.
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
167
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
168 ]]></help>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
169 <citations>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
170 </citations>
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
171
759850de6ed2 planemo upload commit c599cfc156c77626df2b674bdfbd437b9f664ab9
proteore
parents:
diff changeset
172 </tool>