comparison tracks/TrackDb.py @ 46:061da5d3a219 draft

planemo upload for repository https://github.com/goeckslab/jbrowse-archive-creator.git commit 3160592f4119e684ab5843dd28a2e6cf11df0121-dirty
author yating-l
date Tue, 19 Jun 2018 16:28:36 -0400
parents 31a41ce128cc
children be34d213ec6a
comparison
equal deleted inserted replaced
45:d56955fc4c75 46:061da5d3a219
38 ("trackLabel",self.trackLabel), 38 ("trackLabel",self.trackLabel),
39 ("trackDataURL",self.trackDataURL), 39 ("trackDataURL",self.trackDataURL),
40 ("dataType", self.dataType), 40 ("dataType", self.dataType),
41 ("trackType", self.trackType)] 41 ("trackType", self.trackType)]
42 ) 42 )
43 43
44 self.track_db["nameIndex"] = self.extraSettings['nameIndex']
44 45
45 extraConfigs = self.prepareExtraSetting() 46 extraConfigs = self.prepareExtraSetting()
46 self.logger.debug("Generate extraConfigs = %s", json.dumps(extraConfigs)) 47 self.logger.debug("Generate extraConfigs = %s", json.dumps(extraConfigs))
47 self.track_db["options"] = extraConfigs 48 self.track_db["options"] = extraConfigs
48 #print self.track_db 49 #print self.track_db