Mercurial > repos > pablocarb > synbiodesign
changeset 6:93eb36300900 draft
planemo upload commit 6a252d04f4b2f79606ab6679b6a91f957e33da7b-dirty
author | pablocarb |
---|---|
date | Thu, 02 May 2019 07:53:12 -0400 |
parents | 11337539825b |
children | e328a5f60135 |
files | toolOptBioDes.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/toolOptBioDes.py Thu May 02 07:48:15 2019 -0400 +++ b/toolOptBioDes.py Thu May 02 07:53:12 2019 -0400 @@ -51,4 +51,4 @@ parser = arguments() arg = parser.parse_args() assert os.path.exists(arg.infile) - sheetUpload( arg.infile, arg.outfile, arg.diagfile, arg.server ) + sheetUpload( arg.infile, arg.size, arg.outfile, arg.diagfile, arg.server )