Mercurial > repos > pablocarb > synbiodesign
changeset 10:6a1fbacdfaf5 draft
planemo upload commit b97a4df6e4e3a6f3d14f18f3f30c47eb5657a362
author | pablocarb |
---|---|
date | Fri, 03 May 2019 05:18:02 -0400 |
parents | f9aef3df1fc8 |
children | bce330b97d42 |
files | optbiodes.xml toolOptBioDes.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/optbiodes.xml Thu May 02 10:24:13 2019 -0400 +++ b/optbiodes.xml Fri May 03 05:18:02 2019 -0400 @@ -9,7 +9,7 @@ <inputs> <param type="data" name="input1" format="csv" /> <param type="integer" name="input2" value="48" label="Library size" help="Library size" /> - <param name="server" type="text" label="OptBioDes RES server" value="http://doe.synbiochem.co.uk/REST" help="OptBioDes REST server" /> + <param name="server" type="text" label="OptBioDes RES server" value="http://optbiodes.synbiochem.co.uk/REST" help="OptBioDes REST server" /> </inputs> <outputs> <data name="output1" format="csv" from_work_dir="out1.csv" />
--- a/toolOptBioDes.py Thu May 02 10:24:13 2019 -0400 +++ b/toolOptBioDes.py Fri May 03 05:18:02 2019 -0400 @@ -23,7 +23,7 @@ help='Output csv design file.') parser.add_argument('diagfile', help='Output csv diagnostics file.') - parser.add_argument('-server', default='http://doe.synbiochem.co.uk/REST', + parser.add_argument('-server', default='http://optbiodes.synbiochem.co.uk/REST', help='OptBioDes server.') return parser