Mercurial > repos > pablocarb > synbiodesign
comparison optbiodes.xml @ 2:856bd14e6e96 draft
planemo upload commit 6a252d04f4b2f79606ab6679b6a91f957e33da7b-dirty
author | pablocarb |
---|---|
date | Thu, 02 May 2019 07:16:40 -0400 |
parents | |
children | 6dbb43bdf2f4 |
comparison
equal
deleted
inserted
replaced
1:b0b7deebb71e | 2:856bd14e6e96 |
---|---|
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 $output1 $output2 -server $server | |
8 ]]></command> | |
9 <inputs> | |
10 <param type="data" name="input1" format="xlsx" /> | |
11 <param name="server" type="text" label="OptBioDes RES server" value="http://doe.synbiochem.co.uk/REST" help="OptBioDes REST server" /> | |
12 </inputs> | |
13 <outputs> | |
14 <data name="output1" format="csv" from_work_dir="out1.csv" /> | |
15 <data name="output2" format="csv" from_work_dir="out2.csv" /> | |
16 </outputs> | |
17 <help><![CDATA[ | |
18 usage: toolOptBioDes.py [-h] [-server SERVER] infile outfile diagfile | |
19 | |
20 toolOptBioDes: Optimal SynBio Design. Pablo Carbonell, SYNBIOCHEM, 2019 | |
21 | |
22 positional arguments: | |
23 infile Input xlsx file (DoE specificiations). | |
24 outfile Output csv design file. | |
25 diagfile Output csv diagnostics file. | |
26 | |
27 optional arguments: | |
28 -h, --help show this help message and exit | |
29 -server SERVER OptBioDes server. | |
30 | |
31 ]]></help> | |
32 </tool> |