Mercurial > repos > pablocarb > synbiodesign
comparison optbiodes.xml @ 30:0ad6fda90f41 draft default tip
planemo upload commit f74fd52b330cc7460d98121b9bb78c08ca915d1e
author | pablocarb |
---|---|
date | Thu, 29 Aug 2019 06:59:58 -0400 |
parents | d854b21ada0c |
children |
comparison
equal
deleted
inserted
replaced
29:d854b21ada0c | 30:0ad6fda90f41 |
---|---|
1 <tool id="optbiodes" name="OptBioDes" version="0.1.0"> | |
2 <description>optimal synbio design</description> | |
3 <requirements> | |
4 <requirement type="package" version="2">requests</requirement> | |
5 </requirements> | |
6 <command detect_errors="exit_code"><![CDATA[ | |
7 python $__tool_directory__/toolOptBioDes.py $input1 $input2 $output1 $output2 -server $server | |
8 ]]></command> | |
9 <inputs> | |
10 <param type="data" name="input1" format="csv" /> | |
11 <param type="integer" name="input2" value="48" label="Library size" help="Library size" /> | |
12 <param name="server" type="text" label="OptBioDes RES server" value="http://optbiodes.synbiochem.co.uk/REST" help="OptBioDes REST server" /> | |
13 </inputs> | |
14 <outputs> | |
15 <data name="output1" format="csv" from_work_dir="out1.csv" /> | |
16 <data name="output2" format="csv" from_work_dir="out2.csv" /> | |
17 </outputs> | |
18 <help><![CDATA[ | |
19 usage: toolOptBioDes.py [-h] [-server SERVER] infile outfile diagfile | |
20 | |
21 toolOptBioDes: Optimal SynBio Design. Pablo Carbonell, SYNBIOCHEM, 2019 | |
22 | |
23 positional arguments: | |
24 infile Input xlsx file (DoE specificiations). | |
25 outfile Output csv design file. | |
26 diagfile Output csv diagnostics file. | |
27 | |
28 optional arguments: | |
29 -h, --help show this help message and exit | |
30 -server SERVER OptBioDes server. | |
31 | |
32 ]]></help> | |
33 </tool> |