Repository 'hubarchivecreator'
hg clone https://toolshed.g2.bx.psu.edu/repos/rmarenco/hubarchivecreator

Changeset 8:680fae2362e2 (2016-07-19)
Previous changeset 7:a030b8023882 (2016-07-19) Next changeset 9:4f9847539a28 (2016-07-20)
Commit message:
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 37af5137519cb779fb4787482d3912ea97ce4676
modified:
TrackHub.py
added:
templates/display.html
b
diff -r a030b8023882 -r 680fae2362e2 TrackHub.py
--- a/TrackHub.py Tue Jul 19 20:33:12 2016 -0400
+++ b/TrackHub.py Tue Jul 19 23:28:35 2016 -0400
b
@@ -64,7 +64,7 @@
             htmlOutput.write('<html>')
             htmlOutput.write('<body>')
             htmlOutput.write('<p>')
-            htmlOutput.write('The following generated by Hub Archive Creator:')
+            htmlOutput.write('The following has been generated by Hub Archive Creator:')
             htmlOutput.write('</p>')
             htmlOutput.write('<ul>')
             for root, dirs, files in os.walk(self.extra_files_path):