diff hubArchiveCreator.py @ 18:d786bca6a75d draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 3007f4ce1d6e8ac8324970d355f028b9394e2a5f
author rmarenco
date Fri, 30 Sep 2016 18:33:03 -0400
parents c02720d1afee
children 40469b265ddb
line wrap: on
line diff
--- a/hubArchiveCreator.py	Fri Sep 30 15:14:24 2016 -0400
+++ b/hubArchiveCreator.py	Fri Sep 30 18:33:03 2016 -0400
@@ -147,8 +147,13 @@
     # Create Ordered Dictionary to add the tracks in the tool form order
     all_datatype_ordered_dictionary = collections.OrderedDict(all_datatype_dictionary)
 
+    logging.debug("----- End of all_datatype_dictionary processing -----")
+    logging.debug("all_datatype_ordered_dictionary keys are: {0}".format(all_datatype_ordered_dictionary.values()))
+
+    logging.debug("----- Beginning of Track adding processing -----")
     for index, datatypeObject in all_datatype_ordered_dictionary.iteritems():
         trackHub.addTrack(datatypeObject.track.trackDb)
+    logging.debug("----- End of Track adding processing -----")
 
     # We process all the modifications to create the zip file
     #trackHub.createZip()