comparison rpviz.xml @ 28:501f39987c9b draft

planemo upload commit 708fd9f837af7425a8986c336aab18cec7ff5b05-dirty
author pablocarb
date Fri, 02 Aug 2019 05:27:32 -0400
parents b30e3e5ee8f8
children d854b21ada0c
comparison
equal deleted inserted replaced
27:b30e3e5ee8f8 28:501f39987c9b
6 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
7 python $__tool_directory__/toolRPViz.py $input1 $output1 -server $server 7 python $__tool_directory__/toolRPViz.py $input1 $output1 -server $server
8 ]]></command> 8 ]]></command>
9 <inputs> 9 <inputs>
10 <param type="data" name="input1" format="tar" label="Input pathways"/> 10 <param type="data" name="input1" format="tar" label="Input pathways"/>
11 <param name="input2" type="text" value="sbml" label="Input format"> 11 <param name="input2" type="select" value="sbml" label="Input format">
12 <option value="sbml">sbml</option> 12 <option value="sbml">sbml</option>
13 <option value="csv">CSV</option> 13 <option value="csv">CSV</option>
14 </param> 14 </param>
15 <param name="input3" type="boolean" truevalue="Y" falsevalue="N" checked="false" label="Retrieve Selenzyme information" /> 15 <param name="input3" type="boolean" truevalue="Y" falsevalue="N" checked="false" label="Retrieve Selenzyme information" />
16 <param name="server" type="text" label="RPViz RES server" value="http://rpviz.synbiochem.co.uk/REST" help="RPviz REST server" /> 16 <param name="server" type="text" label="RPViz RES server" value="http://rpviz.synbiochem.co.uk/REST" help="RPviz REST server" />