diff TrackHub.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 680fae2362e2
children acc233161f50
line wrap: on
line diff
--- a/TrackHub.py	Tue Jul 19 23:28:35 2016 -0400
+++ b/TrackHub.py	Wed Jul 20 12:29:08 2016 -0400
@@ -26,7 +26,7 @@
         self.outputFile = outputFile
 
         inputFastaFile = open(inputFastaFile, 'r')
-        self.outputZip = zipfile.ZipFile(os.path.join(extra_files_path, 'myHub.zip'), 'w', allowZip64=True)
+        #self.outputZip = zipfile.ZipFile(os.path.join(extra_files_path, 'myHub.zip'), 'w', allowZip64=True)
 
         # Create the structure of the Assembly Hub
         # TODO: Merge the following processing into a function as it is also used in twoBitCreator