annotate id_converter.xml @ 16:b6607b7e683f draft

planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
author proteore
date Mon, 28 Jan 2019 11:08:47 -0500
parents b50d913ec067
children 1e45ea50f145
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
1 <tool id="IDconverter" name="ID Converter" version="2019.01.28">
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"
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
23 --ref_file="$__tool_directory__/${ filter( lambda x: str( x[2] ) == str( $species.mapping_file ), $__app__.tool_data_tables['proteore_id_mapping'].get_fields() )[0][-1] }"
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
24
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
25 ]]></command>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
26 <inputs>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
27 <conditional name="input" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
28 <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
29 <option value="text">Copy/paste your identifiers</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
30 <option value="file" selected="true">Input file containing IDs</option>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
31 </param>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
32 <when value="text" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
33 <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
34 <sanitizer invalid_char="">
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
35 <valid initial="string.printable">
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
36 <remove value="&apos;"/>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
37 </valid>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
38 <mapping initial="none">
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
39 <add source="&apos;" target="__sq__"/>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
40 <add source="&#x20;" target=""/>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
41 <add source="&#xA;" target=""/>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
42 <add source="&#xD;" target=""/>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
43 <add source="&#x9;" target=""/>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
44 </mapping>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
45 </sanitizer>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
46 </param>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
47 </when>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
48 <when value="file" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
49 <param name="file" type="data" format="txt,tabular" label="Select your file" help="" />
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
50 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does file contain header?" />
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
51 <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' />
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
52 </when>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
53 </conditional>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
54 <conditional name="species">
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
55 <param name="mapping_file" type="select" label="Species" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
56 <options from_data_table="proteore_id_mapping"/>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
57 <option value="Human"></option>
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
58 <option value="Mouse"></option>
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
59 <option value="Rat"></option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
60 </param>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
61 <when value="Human">
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
62 <param name="idtypein" type="select" label="Type/source of IDs" optional="false" >
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
63 <option value="neXtProt" >neXtProt ID (e.g. NX_P31946)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
64 <option value="UniProt-AC" selected="True" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
65 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
66 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
67 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
68 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
69 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
70 <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
71 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
72 <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
73 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
74 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
75 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
76 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
77 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
78 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
79 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
80 </param>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
81 <section name="idto" title="Target type" expanded="True" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
82 <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
83 <option value="neXtProt" >neXtProt ID (e.g. NX_P31946)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
84 <option value="UniProt-AC" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
85 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
86 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
87 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
88 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
89 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
90 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
91 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
92 <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
93 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
94 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
95 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
96 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
97 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
98 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
99 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
100 </param>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
101 </section>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
102 </when>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
103 <when value="Mouse">
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
104 <param name="idtypein" type="select" label="Type/source of IDs" optional="false" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
105 <option value="UniProt-AC" selected="True" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
106 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
107 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
108 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
109 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
110 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
111 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
112 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
113 <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
114 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
115 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
116 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
117 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
118 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
119 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
120 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
121 </param>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
122 <section name="idto" title="Target type of IDs" expanded="True" >
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
123 <param name="idtypeout" type="select" label="Target type of IDs you would like to map to" display="checkboxes" multiple="True" optional="false" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
124 <option value="UniProt-AC" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
125 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
126 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
127 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
128 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
129 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
130 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
131 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
132 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
133 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
134 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
135 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
136 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
137 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
138 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
139 </param>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
140 </section>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
141 </when>
16
b6607b7e683f planemo upload commit f2b3d1ff6bea930b2ce32c009e4d3de39a17edfb-dirty
proteore
parents: 15
diff changeset
142 <when value="Rat">
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
143 <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
144 <option value="UniProt-AC" selected="True" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
145 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
146 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
147 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
148 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
149 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
150 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
151 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
152 <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
153 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
154 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
155 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
156 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
157 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
158 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
159 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
160 </param>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
161 <section name="idto" title="Target type of IDs" expanded="True" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
162 <param name="idtypeout" type="select" label="Target type of IDs you would like to map to" display="checkboxes" multiple="True" optional="false" >
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
163 <option value="UniProt-AC" >UniProt accession number (e.g. P31946)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
164 <option value="UniProt-ID" >UniProt ID (e.g 1433B_HUMAN)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
165 <option value="GeneID" >Entrez gene ID (e.g. 7529)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
166 <option value="RefSeq" >RefSeq (NCBI) protein (e.g. NP_003395.1)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
167 <option value="GI" >GI (NCBI GI number) (e.g. 21328448)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
168 <option value="PDB" >Protein DataBank ID (e.g. 2BR9:A)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
169 <option value="GO" >GOterms (Gene Ontology) ID (e.g. GO:0070062)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
170 <option value="PIR" >Protein Information Resource ID (e.g. S34755)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
171 <option value="UniGene" >Unigene ID (e.g. Hs.643544)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
172 <option value="Ensembl_Gene" >Ensembl gene ID (e.g. ENSG00000166913)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
173 <option value="Ensembl_Transcript" >Ensembl transcript ID (e.g. ENST00000353703)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
174 <option value="Ensembl_Protein" >Ensembl protein ID (e.g. ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
175 <option value="BioGrid" >BioGrid (e.g. 113361)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
176 <option value="STRING" >STRING (e.g. 9606.ENSP00000300161)</option>
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
177 <option value="KEGG" >KEGG gene id (e.g. hsa:7529)</option>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
178 </param>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
179 </section>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
180 </when>
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
181 </conditional>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
182 </inputs>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
183 <outputs>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
184 <data name="output" format="tsv" />
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
185 </outputs>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
186 <tests>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
187 <test>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
188 <conditional name="input" >
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
189 <param name="ids" value="file"/>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
190 <param name="file" value="FKW_Lacombe_et_al_2017_OK.txt" />
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
191 <param name="header" value="true" />
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
192 <param name="ncol" value="c1"/>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
193 </conditional>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
194 <conditional name="species">
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
195 <param name="mapping_file" value="human_id_mapping"/>
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
196 <param name="idtypein" value="UniProt-AC"/>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
197 <section name="idto">
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
198 <param name="idtypeout" value="neXtProt,UniProt-ID,GeneID,MIM,Ensembl" />
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
199 </section>
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
200 </conditional>
14
659f1248f535 planemo upload commit 688c456ca57914a63c20eba942ec5fe81e896099-dirty
proteore
parents: 11
diff changeset
201 <output name="output" value="ID_Converted_FKW_Lacombe_et_al_2017_OK.txt" />
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
202 </test>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
203 </tests>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
204 <help><![CDATA[
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
205 **Description**
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
206 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
207 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
208
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
209 -----
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
210
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
211 **Input**
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
212
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
213 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
214 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
215
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
216 .. class:: warningmark
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
217
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
218 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
219 For example, "Q71U36-2" will be treated as "Q71U36".
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
220
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
221 -----
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
222
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
223 **Parameters**
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
224 Target type of IDs currently supported:
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
225
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
226 * neXtProt ID (e.g. NX_P31946)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
227
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
228 * UniProt accession number (e.g. P31946)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
229
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
230 * UniProt ID (e.g 1433B_HUMAN)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
231
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
232 * Entrez gene ID (e.g. 7529)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
233
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
234 * RefSeq protein (NCBI) (e.g. NP_003395.1)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
235
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
236 * GI (NCBI GI number) (e.g. 21328448)
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
237
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
238 * Protein DataBank ID (e.g. 2BR9:A)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
239
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
240 * GOterms (Gene Ontology) ID (e.g. GO:0070062)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
241
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
242 * Protein Information Resource ID (e.g. S34755)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
243
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
244 * OMIM (Online Mendelian Inheritance in Man database) ID (e.g: 601289)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
245
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
246 * Unigene ID (e.g. Hs.643544)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
247
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
248 * Ensembl gene ID (e.g. ENSG00000166913)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
249
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
250 * Ensembl transcript ID (e.g. ENST00000353703)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
251
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
252 * Ensembl protein ID (e.g. ENSP00000300161)
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
253
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
254 * BioGrid (e.g. 113361)
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
255
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
256 * STRING (e.g. 9606.ENSP00000300161)
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
257
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
258 * KEGG gene id (e.g. hsa:7529)
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
259
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
260 .. class:: warningmark
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
261
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
262 Nextprot and OMIM only applicable to Human species.
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
263
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
264 -----
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
265
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
266 **Output**
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
267
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
268 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
269 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
270
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
271 -----
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
272
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
273 **Data sources (release date)**
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
274
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
275 This tool converts human IDs using the following source files:
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
276
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
277 - **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
278 - **HUMAN_9606_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
279 - **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
280 - **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
281 - **MOUSE_10090_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
282 - **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
283 - **RAT_10116_idmapping_selected.tab (Uniprot 23/10/18)**: ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
0
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
284
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
285 -----
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
286
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
287 .. class:: infomark
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
288
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
289 **Authors**
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
290
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
291 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
292
15
b50d913ec067 planemo upload commit bdd7e8a1f08c11db2a9f1b6db5535c6d32153b2b
proteore
parents: 14
diff changeset
293 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
294
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
295 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
296
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
297 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
298
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
299 ]]></help>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
300 <citations>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
301 </citations>
f2d0b13d9615 planemo upload commit 5774fd6a5a746f36f6bf4671a51a39ea2b978300-dirty
proteore
parents:
diff changeset
302 </tool>