Previous changeset 2:856bd14e6e96 (2019-05-02) Next changeset 4:6dbb43bdf2f4 (2019-05-02) |
Commit message:
planemo upload commit 6a252d04f4b2f79606ab6679b6a91f957e33da7b-dirty |
modified:
toolOptBioDes.py |
b |
diff -r 856bd14e6e96 -r f3771c0a2327 toolOptBioDes.py --- a/toolOptBioDes.py Thu May 02 07:16:40 2019 -0400 +++ b/toolOptBioDes.py Thu May 02 07:23:22 2019 -0400 |
b |
@@ -49,4 +49,4 @@ parser = arguments() arg = parser.parse_args() assert os.path.exists(arg.infile) - sheetUpload( arg.infile, arg.outfile, arg.diagfile, arg.url ) + sheetUpload( arg.infile, arg.outfile, arg.diagfile, arg.server ) |