comparison id_converter.xml @ 5:0584344186eb draft

planemo upload commit 6e27a0eaf8172154128960497271e8f54341acd7-dirty
author proteore
date Tue, 20 Mar 2018 10:51:41 -0400
parents 72860740f65f
children c1364679388d
comparison
equal deleted inserted replaced
4:134949593a3b 5:0584344186eb
7 <stdio> 7 <stdio>
8 <exit_code range="1:" /> 8 <exit_code range="1:" />
9 </stdio> 9 </stdio>
10 <command interpreter="Rscript"> 10 <command interpreter="Rscript">
11 $__tool_directory__/id_converter_UniProt.R 11 $__tool_directory__/id_converter_UniProt.R
12 "$idti.idtypein" 12 --id_type="$idti.idtypein"
13 #if $input.ids == "text" 13 #if $input.ids == "text"
14 "$input.txt" 14 --input="$input.txt"
15 "list" 15 --input_type="list"
16 #else 16 #else
17 "$input.file,$input.ncol,$input.header" 17 --input="$input.file"
18 "file" 18 --column_number="$input.ncol"
19 --header="$input.header"
20 --input_type="file"
19 #end if 21 #end if
20 "$idto.idtypeout" 22 --target_ids="$idto.idtypeout"
21 "$output" 23 --output="$output"
22 $__tool_directory__/tool-data/human_id_mapping_file.txt 24 --ref_file="$__tool_directory__/tool-data/human_id_mapping_file.txt"
23 25
24 </command> 26 </command>
25 <inputs> 27 <inputs>
26 <conditional name="input" > 28 <conditional name="input" >
27 <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)" >