comparison hubArchiveCreator.py @ 9:4f9847539a28 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1b241bbccfc1b90ce2626dc4f49788bb9e693a80
author rmarenco
date Wed, 20 Jul 2016 12:29:08 -0400
parents fcff8e9146e7
children acc233161f50
comparison
equal deleted inserted replaced
8:680fae2362e2 9:4f9847539a28
138 138
139 for index, datatypeObject in all_datatype_ordered_dictionary.iteritems(): 139 for index, datatypeObject in all_datatype_ordered_dictionary.iteritems():
140 trackHub.addTrack(datatypeObject.track.trackDb) 140 trackHub.addTrack(datatypeObject.track.trackDb)
141 141
142 # We process all the modifications to create the zip file 142 # We process all the modifications to create the zip file
143 trackHub.createZip() 143 #trackHub.createZip()
144 144
145 # We terminate le process and so create a HTML file summarizing all the files 145 # We terminate le process and so create a HTML file summarizing all the files
146 trackHub.terminate() 146 trackHub.terminate()
147 147
148 sys.exit(0) 148 sys.exit(0)