Previous changeset 8:680fae2362e2 (2016-07-19) Next changeset 10:acc233161f50 (2016-07-21) |
Commit message:
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1b241bbccfc1b90ce2626dc4f49788bb9e693a80 |
modified:
TrackHub.py TrackHub.pyc hubArchiveCreator.py |
b |
diff -r 680fae2362e2 -r 4f9847539a28 TrackHub.py --- a/TrackHub.py Tue Jul 19 23:28:35 2016 -0400 +++ b/TrackHub.py Wed Jul 20 12:29:08 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', 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 |
b |
diff -r 680fae2362e2 -r 4f9847539a28 TrackHub.pyc |
b |
Binary file TrackHub.pyc has changed |
b |
diff -r 680fae2362e2 -r 4f9847539a28 hubArchiveCreator.py --- a/hubArchiveCreator.py Tue Jul 19 23:28:35 2016 -0400 +++ b/hubArchiveCreator.py Wed Jul 20 12:29:08 2016 -0400 |
b |
@@ -140,7 +140,7 @@ trackHub.addTrack(datatypeObject.track.trackDb) # We process all the modifications to create the zip file - trackHub.createZip() + #trackHub.createZip() # We terminate le process and so create a HTML file summarizing all the files trackHub.terminate() |