Mercurial > repos > pablocarb > synbiodesign
comparison optbiodes2.xml @ 24:8f42eba7e2eb draft
planemo upload commit 2414e76bee8adbe48fee12b14b13a743a03b9748-dirty
author | pablocarb |
---|---|
date | Fri, 05 Jul 2019 17:18:26 -0400 |
parents | |
children | 2f8af738e139 |
comparison
equal
deleted
inserted
replaced
23:635b76a9bd7a | 24:8f42eba7e2eb |
---|---|
1 <tool id="optbiodes" name="OptBioDes" version="0.1.0"> | |
2 <description>Optimal synbio design: from genetic parts to SBOL-compliant constructs description</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 -partsfile $input2 -genesfile $input3 $output1 $output2 -sbolOut $output3 -server $server | |
8 ]]></command> | |
9 <inputs> | |
10 <param type="integer" name="input1" value="48" label="Library size" help="Library size" /> | |
11 <param type="data" name="input2" format="csv" /> | |
12 <param type="data" name="input3" format="csv" /> | |
13 <param name="server" type="text" label="OptBioDes RES server" value="http://optbiodes.synbiochem.co.uk/REST" help="OptBioDes REST server" /> | |
14 </inputs> | |
15 <outputs> | |
16 <data name="output1" format="csv" from_work_dir="out1.csv" /> | |
17 <data name="output2" format="csv" from_work_dir="out2.csv" /> | |
18 <data name="output3" format="csv" from_work_dir="out3.csv" /> | |
19 </outputs> | |
20 <help><![CDATA[ | |
21 usage: toolOptBioDes.py [-h] [-server SERVER] infile outfile diagfile | |
22 | |
23 toolOptBioDes: Optimal SynBio Design. Pablo Carbonell, SYNBIOCHEM, 2019 | |
24 | |
25 arguments: | |
26 size Library size | |
27 partsfile Input genetic parts csv file. | |
28 genesfile Input gene list csv file. | |
29 outfile Output csv design file. | |
30 diagfile Output csv diagnostics file. | |
31 sbolfile Output SBOL combinatorial genetic library | |
32 | |
33 optional arguments: | |
34 -h, --help show this help message and exit | |
35 -server SERVER OptBioDes server. | |
36 | |
37 ]]></help> | |
38 </tool> |