Repository 'vapper'
hg clone https://toolshed.g2.bx.psu.edu/repos/johnheap/vapper

Changeset 29:b3d2d0a771e1 (2019-06-07)
Previous changeset 28:be77587bdfda (2019-06-06) Next changeset 30:6669fd407dc9 (2019-06-07)
Commit message:
Uploaded
modified:
Tryp_V_T.py
b
diff -r be77587bdfda -r b3d2d0a771e1 Tryp_V_T.py
--- a/Tryp_V_T.py Thu Jun 06 08:21:58 2019 -0400
+++ b/Tryp_V_T.py Fri Jun 07 11:06:29 2019 -0400
[
@@ -230,7 +230,7 @@
     imgString = r"<img src = '"+ tdict['name']+"_phylotypes.png' alt='Bar chart of phylotype variation' style='max-width:100%'><br><br>"
     htmlString += imgString
 
-    with open(+tdict['html_file'], "w") as htmlfile:
+    with open(tdict['html_file'], "w") as htmlfile:
         htmlfile.write(htmlString)