# HG changeset patch
# User pablocarb
# Date 1560433935 14400
# Node ID cb029043c1d6a75258550aa2554726667b2035be
# Parent f3a219de2d1baf8a3bcb02775c7840436fd9db6b
planemo upload commit 87db86a34f2d92eb2c9756bf9ee53ae2970554d5-dirty
diff -r f3a219de2d1b -r cb029043c1d6 outfile.html
--- a/outfile.html Thu Jun 13 09:00:26 2019 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,139 +0,0 @@
-
-
-
-
-
- Viewer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r f3a219de2d1b -r cb029043c1d6 rpviz_on_data_1_html.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rpviz_on_data_1_html.html Thu Jun 13 09:52:15 2019 -0400
@@ -0,0 +1,139 @@
+
+
+
+
+
+ Viewer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r f3a219de2d1b -r cb029043c1d6 toolRPViz.py
--- 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 )