# HG changeset patch # User rmarenco # Date 1468974792 14400 # Node ID a030b8023882f769545b6fe43665b4accdb91008 # Parent 816956489fe96f6e19aae631210daa1692e6cd7e planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 05d9161e2ac41a34a9ab5b1bb9fc012f6512e1ec diff -r 816956489fe9 -r a030b8023882 Datatype.pyc Binary file Datatype.pyc has changed 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 @@ -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 diff -r 816956489fe9 -r a030b8023882 TrackHub.pyc Binary file TrackHub.pyc has changed