changeset 112:9e688af74aae draft

Uploaded
author greg
date Mon, 27 Feb 2017 14:49:41 -0500
parents 5f77ac9fbb46
children f517eb8b08de
files gene_family_classifier.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gene_family_classifier.py	Mon Feb 27 14:44:47 2017 -0500
+++ b/gene_family_classifier.py	Mon Feb 27 14:49:41 2017 -0500
@@ -85,8 +85,8 @@
 
 def write_html_output(output, title, dir):
     with open(output, 'w') as fh:
-        fh.write('<html><head><title>%s</title></head>\n' % title)
-        fh.write('<body><p/><table cellpadding="5" cellspacing="5">\n')
+        fh.write('<html><head><h2>%s</h2></head>\n' % title)
+        fh.write('<body><p/><table cellpadding="5">\n')
         fh.write('<tr><th>Size</th><th>Name</th></tr>\n')
         for fname in os.listdir(dir):
             try: