annotate id_converter.xml @ 18:5252bbcfbdd7 draft

planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
author proteore
date Fri, 10 May 2019 10:38:46 -0400
parents 1e45ea50f145
children 9d758344d36e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
1 <tool id="IDconverter" name="ID Converter" version="2019.05.10">
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
2 <description>(Human, Mouse, Rat)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
3 </description>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
4 <requirements>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
5 </requirements>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
6 <stdio>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
7 <exit_code range="1:" />
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
8 </stdio>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
9 <command><![CDATA[
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
10 python $__tool_directory__/id_converter.py
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
11 --id_type="$species.idtypein"
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
12 #if $input.ids == "text"
5
0584344186eb planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
proteore
parents: 3
diff changeset
13 --input="$input.txt"
0584344186eb planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
proteore
parents: 3
diff changeset
14 --input_type="list"
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
15 #else
5
0584344186eb planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
proteore
parents: 3
diff changeset
16 --input="$input.file"
0584344186eb planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
proteore
parents: 3
diff changeset
17 --column_number="$input.ncol"
0584344186eb planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
proteore
parents: 3
diff changeset
18 --header="$input.header"
0584344186eb planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
proteore
parents: 3
diff changeset
19 --input_type="file"
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
20 #end if
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
21 --target_ids="$species.idto.idtypeout"
5
0584344186eb planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
proteore
parents: 3
diff changeset
22 --output="$output"
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
23 #if "id_mapping" in str($species.mapping_file).split("/")
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
24 --ref_file="$species.mapping_file"
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
25 #else
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
26 --ref_file="$__tool_directory__/$species.mapping_file"
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
27 #end if
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
28 ]]></command>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
29 <inputs>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
30 <conditional name="input" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
31 <param name="ids" type="select" label="Enter IDs" help="Copy/paste or from a file (e.g. table)" >
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
32 <option value="text">Copy/paste your identifiers</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
33 <option value="file" selected="true">Input file containing IDs</option>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
34 </param>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
35 <when value="text" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
36 <param name="txt" type="text" label="Copy/paste IDs" help='IDs must be separated by tab, space or carriage return into the form field, for example: P31946 P62258' >
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
37 <sanitizer invalid_char="">
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
38 <valid initial="string.printable">
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
39 <remove value="&apos;"/>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
40 </valid>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
41 <mapping initial="none">
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
42 <add source="&apos;" target="__sq__"/>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
43 <add source="&#x20;" target=""/>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
44 <add source="&#xA;" target=""/>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
45 <add source="&#xD;" target=""/>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
46 <add source="&#x9;" target=""/>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
47 </mapping>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
48 </sanitizer>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
49 </param>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
50 </when>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
51 <when value="file" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
52 <param name="file" type="data" format="txt,tabular" label="Select your file" help="" />
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
53 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" />
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
54 <param name="ncol" type="text" value="c1" label="Column number of IDs to map" help='For example, fill in "c1" if it is the first column, "c2" if it is the second column and so on'>
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
55 <validator type="regex" message="Please enter a column number, for example: 'c1' for the first column">[c]{0,1}[0-9]+</validator>
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
56 </param>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
57 </when>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
58 </conditional>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
59 <conditional name="species">
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
60 <param name="species" type="select" label="Species">
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
61 <option value="Human" selected="True">Human (Homo sapiens)</option>
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
62 <option value="Mouse" selected="True">Mouse (Mus musculus)</option>
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
63 <option value="Rat" selected="True">Rat (Rattus norvegicus)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
64 </param>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
65 <when value="Human">
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
66 <param name="mapping_file" type="select" label="Release" >
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
67 <options from_data_table="proteore_id_mapping_Human">
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
68 <filter type="sort_by" column="0"/>
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
69 </options>
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
70 </param>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
71 <param name="idtypein" type="select" label="Type/source of IDs" optional="false" >
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
72 <option value="neXtProt" >neXtProt ID (e.g. NX_P31946)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
73 <option value="UniProt-AC" selected="True" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
74 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
75 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
76 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
77 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
78 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
79 <option value="GO" >GO terms (Gene Ontology) ID (e.g. GO:0070062)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
80 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
81 <option value="MIM" >OMIM (Online Mendelian Inheritance in Man database) ID (e.g: 601289)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
82 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
83 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
84 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
85 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
86 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
87 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
88 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
89 </param>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
90 <section name="idto" title="Target type" expanded="True" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
91 <param name="idtypeout" type="select" label="Target type of IDs you would like to map to" display="checkboxes" multiple="True" optional="false" >
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
92 <option value="neXtProt" >neXtProt ID (e.g. NX_P31946)</option>
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
93 <option value="UniProt-AC_reviewed" >UniProt accession number (e.g. P31946 - reviewed entries only)</option>
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
94 <option value="UniProt-AC" >UniProt accession number (e.g. P31946 - reviewed and unreviewed entries)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
95 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
96 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
97 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
98 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
99 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
100 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
101 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
102 <option value="MIM" >OMIM (Online Mendelian Inheritance in Man database) ID (e.g: 601289)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
103 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
104 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
105 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
106 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
107 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
108 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
109 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
110 </param>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
111 </section>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
112 </when>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
113 <when value="Mouse">
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
114 <param name="mapping_file" type="select" label="Release" >
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
115 <options from_data_table="proteore_id_mapping_Mouse">
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
116 <filter type="sort_by" column="0"/>
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
117 </options>
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
118 </param>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
119 <param name="idtypein" type="select" label="Type/source of IDs" optional="false" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
120 <option value="UniProt-AC" selected="True" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
121 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
122 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
123 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
124 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
125 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
126 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
127 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
128 <option value="MIM" >OMIM (Online Mendelian Inheritance in Man database) ID (e.g: 601289)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
129 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
130 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
131 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
132 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
133 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
134 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
135 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
136 </param>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
137 <section name="idto" title="Target type of IDs" expanded="True" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
138 <param name="idtypeout" type="select" label="Target type of IDs you would like to map to" display="checkboxes" multiple="True" optional="false" >
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
139 <option value="UniProt-AC_reviewed" >UniProt accession number (e.g. P31946 - reviewed entries only)</option>
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
140 <option value="UniProt-AC" >UniProt accession number (e.g. P31946 - reviewed and unreviewed entries)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
141 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
142 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
143 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
144 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
145 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
146 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
147 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
148 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
149 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
150 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
151 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
152 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
153 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
154 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
155 </param>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
156 </section>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
157 </when>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
158 <when value="Rat">
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
159 <param name="mapping_file" type="select" label="Release" >
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
160 <options from_data_table="proteore_id_mapping_Rat">
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
161 <filter type="sort_by" column="0"/>
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
162 </options>
17
1e45ea50f145 planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
proteore
parents: 16
diff changeset
163 </param>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
164 <param name="idtypein" type="select" label="Select type/source of identifier of your list" optional="false" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
165 <option value="UniProt-AC" selected="True" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
166 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
167 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
168 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
169 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
170 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
171 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
172 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
173 <option value="MIM" >OMIM (Online Mendelian Inheritance in Man database) ID (e.g: 601289)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
174 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
175 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
176 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
177 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
178 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
179 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
180 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
181 </param>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
182 <section name="idto" title="Target type of IDs" expanded="True" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
183 <param name="idtypeout" type="select" label="Target type of IDs you would like to map to" display="checkboxes" multiple="True" optional="false" >
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
184 <option value="UniProt-AC_reviewed" >UniProt accession number (e.g. P31946 - reviewed entries only)</option>
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
185 <option value="UniProt-AC" >UniProt accession number (e.g. P31946 - reviewed and unreviewed entries)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
186 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
187 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
188 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
189 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
190 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
191 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
192 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
193 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
194 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
195 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
196 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
197 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
198 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
199 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
200 </param>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
201 </section>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
202 </when>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
203 </conditional>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
204 </inputs>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
205 <outputs>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
206 <data name="output" format="tsv" />
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
207 </outputs>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
208 <tests>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
209 <test>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
210 <conditional name="input" >
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
211 <param name="ids" value="file"/>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
212 <param name="file" value="FKW_Lacombe_et_al_2017_OK.txt" />
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
213 <param name="header" value="true" />
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
214 <param name="ncol" value="c1"/>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
215 </conditional>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
216 <conditional name="species">
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
217 <param name="mapping_file" value="human_id_mapping"/>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
218 <param name="idtypein" value="UniProt-AC"/>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
219 <section name="idto">
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
220 <param name="idtypeout" value="neXtProt,UniProt-ID,GeneID,MIM,Ensembl" />
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
221 </section>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
222 </conditional>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
223 <output name="output" value="ID_Converted_FKW_Lacombe_et_al_2017_OK.txt" />
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
224 </test>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
225 </tests>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
226 <help><![CDATA[
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
227 **Description**
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
228 This tool converts a list of identifiers (IDs) into another type of ID. Currently the conversion of IDs applies to the following three species: Human (homo sapiens, Mouse (Mus musculus), Rat (Rattus norvegicus).
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
229 Supported source and target type of IDs are listed below. After choosing the type of your input IDs, you can select one or more types of ID you may need.
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
230
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
231 -----
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
232
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
233 **Input**
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
234
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
235 A list of IDs (entered in a copy/paste mode) or a single-column file, the tool will then return a file containing the mapped IDs.
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
236 If your input is a multiple-column file, the mapped IDs column(s) will be added at the end of the input file.
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
237
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
238 .. class:: warningmark
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
239
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
240 Accession numbers with an hyphen ("-") that normally correspond to isoform are considered as similar to its canonical form.
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
241 For example, "Q71U36-2" will be treated as "Q71U36".
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
242
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
243 -----
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
244
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
245 **Parameters**
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
246 Target type of IDs currently supported:
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
247
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
248 * neXtProt ID (e.g. NX_P31946)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
249
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
250 * UniProt accession number (e.g. P31946 - reviewed entries only)
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
251
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
252 * UniProt accession number (e.g. P31946 - reviewed and unreviewed entries)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
253
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
254 * UniProt ID (e.g 1433B_HUMAN)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
255
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
256 * Entrez gene ID (e.g. 7529)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
257
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
258 * RefSeq protein (NCBI) (e.g. NP_003395.1)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
259
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
260 * GI (NCBI GI number) (e.g. 21328448)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
261
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
262 * Protein DataBank ID (e.g. 2BR9:A)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
263
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
264 * GOterms (Gene Ontology) ID (e.g. GO:0070062)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
265
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
266 * Protein Information Resource ID (e.g. S34755)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
267
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
268 * OMIM (Online Mendelian Inheritance in Man database) ID (e.g: 601289)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
269
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
270 * Unigene ID (e.g. Hs.643544)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
271
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
272 * Ensembl gene ID (e.g. ENSG00000166913)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
273
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
274 * Ensembl transcript ID (e.g. ENST00000353703)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
275
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
276 * Ensembl protein ID (e.g. ENSP00000300161)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
277
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
278 * BioGrid (e.g. 113361)
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
279
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
280 * STRING (e.g. 9606.ENSP00000300161)
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
281
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
282 * KEGG gene id (e.g. hsa:7529)
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
283
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
284 .. class:: warningmark
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
285
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
286 Nextprot and OMIM only applicable to Human species.
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
287
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
288 -----
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
289
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
290 **Output**
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
291
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
292 A text file containing the selected type of IDs (in addition to the original column(s) provided)
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
293 Please, note that a "NA" is returned when there is no match between a source ID and the corresponding target ID.
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
294
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
295 -----
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
296
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
297 **Data sources (release date)**
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
298
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
299 This tool converts human IDs using the following source files:
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
300
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
301 - **HUMAN_9606_idmapping_selected.tab (Uniprot 23/10/2018)**: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
302 - **HUMAN_9606_idmapping.dat (Uniprot 23/10/18)**: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
303 - `Human uniprot-AC entries reviewed <https://www.uniprot.org/uniprot/?query=reviewed:yes+AND+organism:9606&format=list>`_.
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
304 - **nextprot_ac_list_all.txt (Nextprot released on 10/10/2018)**: ftp://ftp.nextprot.org/pub/current_release/ac_lists/
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
305 - **MOUSE_10090_idmapping_selected.tab (Uniprot 23/10/2018)**: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
306 - **MOUSE_10090_idmapping.dat (Uniprot 23/10/18)**: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
307 - `Mouse uniprot-AC entries reviewed <https://www.uniprot.org/uniprot/?query=reviewed:yes+AND+organism:10090&format=list>`_.
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
308 - **RAT_10116_idmapping.dat (Uniprot 23/10/18)**: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
309 - **RAT_10116_idmapping_selected.tab (Uniprot 23/10/18)**: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
18
5252bbcfbdd7 planemo upload commit dc6d9d8f1808c4c6bcc42ac6861a8b811e4cee58-dirty
proteore
parents: 17
diff changeset
310 - `Rat uniprot-AC entries reviewed <https://www.uniprot.org/uniprot/?query=reviewed:yes+AND+organism:10116&format=list>`_.
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
311
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
312 -----
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
313
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
314 .. class:: infomark
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
315
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
316 **Authors**
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
317
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
318 David Christiany, T.P. Lien Nguyen, Florence Combes, Yves Vandenbrouck CEA, INSERM, CNRS, Grenoble-Alpes University, BIG Institute, FR
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
319
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
320 Sandra Dérozier, Olivier Rué, Christophe Caron, Valentin Loux INRA, Paris-Saclay University, MAIAGE Unit, Migale Bioinformatics platform, FR
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
321
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
322 This work has been partially funded through the French National Agency for Research (ANR) IFB project.
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
323
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
324 Contact support@proteore.org for any questions or concerns about the Galaxy implementation of this tool.
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
325
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
326 ]]></help>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
327 <citations>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
328 </citations>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
329 </tool>