diff TrackHub.py @ 7:a030b8023882 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 05d9161e2ac41a34a9ab5b1bb9fc012f6512e1ec
author rmarenco
date Tue, 19 Jul 2016 20:33:12 -0400
parents fb5e60d4d18a
children 680fae2362e2
line wrap: on
line diff
--- a/TrackHub.py	Tue Jul 19 01:19:57 2016 -0400
+++ b/TrackHub.py	Tue Jul 19 20:33:12 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')
+        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