Mercurial > repos > pablocarb > synbiodesign
diff toolRPViz.py @ 21:cb029043c1d6 draft
planemo upload commit 87db86a34f2d92eb2c9756bf9ee53ae2970554d5-dirty
author | pablocarb |
---|---|
date | Thu, 13 Jun 2019 09:52:15 -0400 |
parents | f3a219de2d1b |
children | b30e3e5ee8f8 |
line wrap: on
line diff
--- a/toolRPViz.py Thu Jun 13 09:00:26 2019 -0400 +++ b/toolRPViz.py Thu Jun 13 09:52:15 2019 -0400 @@ -37,15 +37,9 @@ h.write(html) print( 'Success!') -def testHTML(f, outfile): - content = open(f).read() - with open(outfile, 'w') as h: - outfile.write(content) - if __name__ == "__main__": parser = arguments() arg = parser.parse_args() assert os.path.exists(arg.infile) - testHTML( 'outfile.html', arg.outfile ) -# pathwayUpload( arg.infile, arg.outfile, arg.server ) + pathwayUpload( arg.infile, arg.outfile, arg.server )