comparison id_converter.xml @ 7:59da262c572c draft

planemo upload commit b260bc0a316c1c74fa88d9b6dbf496127cd31d55-dirty
author proteore
date Mon, 28 May 2018 05:35:49 -0400
parents c1364679388d
children b1e3473fee5f
comparison
equal deleted inserted replaced
6:c1364679388d 7:59da262c572c
19 --header="$input.header" 19 --header="$input.header"
20 --input_type="file" 20 --input_type="file"
21 #end if 21 #end if
22 --target_ids="$idto.idtypeout" 22 --target_ids="$idto.idtypeout"
23 --output="$output" 23 --output="$output"
24 --ref_file="$__tool_directory__/tool-data/human_id_mapping_file.txt" 24 --ref_file="$human_id_mapping"
25 25
26 </command> 26 </command>
27 <inputs> 27 <inputs>
28 <conditional name="input" > 28 <conditional name="input" >
29 <param name="ids" type="select" label="Provide your identifiers" help="Copy/paste or ID list from a file (e.g. table)" > 29 <param name="ids" type="select" label="Provide your identifiers" help="Copy/paste or ID list from a file (e.g. table)" >
46 <param name="file" type="data" format="txt,tabular" label="Choose a file that contains your list of IDs" help="" /> 46 <param name="file" type="data" format="txt,tabular" label="Choose a file that contains your list of IDs" help="" />
47 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain header?" /> 47 <param name="header" type="boolean" checked="true" truevalue="true" falsevalue="false" label="Does your input file contain header?" />
48 <param name="ncol" type="text" value="c1" label="The 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' /> 48 <param name="ncol" type="text" value="c1" label="The 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' />
49 </when> 49 </when>
50 </conditional> 50 </conditional>
51 <param name="human_id_mapping" type="select" label="Select species for ID conversion" >
52 <options from_file="human_id_mapping.loc" >
53 <column name="name" index="1" />
54 <column name="value" index="2" />
55 </options>
56 </param>
51 <conditional name="idti" > 57 <conditional name="idti" >
52 <param name="idtypein" type="select" label="Select type/source of identifier of your list" help="Please see example of IDs in help section" > 58 <param name="idtypein" type="select" label="Select type/source of identifier of your list" help="Please see example of IDs in help section" >
53 <option value="neXtProt_ID" >neXtProt ID (e.g. NX_P31946)</option> 59 <option value="neXtProt_ID" >neXtProt ID (e.g. NX_P31946)</option>
54 <option value="UniProt.AC" selected="True" >Uniprot accession number (e.g. P31946)</option> 60 <option value="UniProt.AC" selected="True" >Uniprot accession number (e.g. P31946)</option>
55 <option value="UniProt.ID" >Uniprot ID (e.g 1433B_HUMAN)</option> 61 <option value="UniProt.ID" >Uniprot ID (e.g 1433B_HUMAN)</option>
176 182
177 .. class:: infomark 183 .. class:: infomark
178 184
179 This tool converts human IDs using the following source files: 185 This tool converts human IDs using the following source files:
180 186
181 * HUMAN_9606_idmapping_selected.tab (Uniprot released on 12/2017) 187 * HUMAN_9606_idmapping_selected.tab (Uniprot 15/05/2018)
182 Tarball downloaded from ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/ 188 Tarball downloaded from ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/idmapping/by_organism/
183 189
184 * nextprot_ac_list_all.txt (Nextprot released on 01/08/2017) 190 * nextprot_ac_list_all.txt (Nextprot released on 17/01/2018)
185 Downloaded from ftp://ftp.nextprot.org/pub/current_release/ac_lists/ 191 Downloaded from ftp://ftp.nextprot.org/pub/current_release/ac_lists/
186 192
187 ----- 193 -----
188 194
189 .. class:: warningmark 195 .. class:: warningmark