comparison TrackHub.py @ 8:680fae2362e2 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 37af5137519cb779fb4787482d3912ea97ce4676
author rmarenco
date Tue, 19 Jul 2016 23:28:35 -0400
parents a030b8023882
children 4f9847539a28
comparison
equal deleted inserted replaced
7:a030b8023882 8:680fae2362e2
62 # Just a test to output a simple HTML 62 # Just a test to output a simple HTML
63 with open(self.outputFile, 'w') as htmlOutput: 63 with open(self.outputFile, 'w') as htmlOutput:
64 htmlOutput.write('<html>') 64 htmlOutput.write('<html>')
65 htmlOutput.write('<body>') 65 htmlOutput.write('<body>')
66 htmlOutput.write('<p>') 66 htmlOutput.write('<p>')
67 htmlOutput.write('The following generated by Hub Archive Creator:') 67 htmlOutput.write('The following has been generated by Hub Archive Creator:')
68 htmlOutput.write('</p>') 68 htmlOutput.write('</p>')
69 htmlOutput.write('<ul>') 69 htmlOutput.write('<ul>')
70 for root, dirs, files in os.walk(self.extra_files_path): 70 for root, dirs, files in os.walk(self.extra_files_path):
71 for file in files: 71 for file in files:
72 relDir = os.path.relpath(root, self.extra_files_path) 72 relDir = os.path.relpath(root, self.extra_files_path)