annotate id_converter.xml @ 15:b50d913ec067 draft

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