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

Changeset 7:a030b8023882 (2016-07-19)
Previous changeset 6:816956489fe9 (2016-07-19) Next changeset 8:680fae2362e2 (2016-07-19)
Commit message:
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 05d9161e2ac41a34a9ab5b1bb9fc012f6512e1ec
modified:
Datatype.pyc
TrackHub.py
TrackHub.pyc
b
diff -r 816956489fe9 -r a030b8023882 Datatype.pyc
b
Binary file Datatype.pyc has changed
b
diff -r 816956489fe9 -r a030b8023882 TrackHub.py
--- a/TrackHub.py Tue Jul 19 01:19:57 2016 -0400
+++ b/TrackHub.py Tue Jul 19 20:33:12 2016 -0400
b
@@ -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
b
diff -r 816956489fe9 -r a030b8023882 TrackHub.pyc
b
Binary file TrackHub.pyc has changed