comparison Track.py @ 0:3e0c61b52a06 draft

planemo upload for repository https://github.com/Yating-L/hub-archive-creator commit a77635b40ebd29baafb3bea57f8cbfb3f252e3b0-dirty
author yating-l
date Mon, 31 Oct 2016 16:36:25 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3e0c61b52a06
1 #!/usr/bin/python
2
3 # TODO: Is this still useful?
4 class Track(object):
5 """Class to manage the track informations needed for Track Hub, in the TrackDb text file"""
6
7 def __init__(self, trackFile=None, trackDb=None):
8 self.trackFile = trackFile
9
10 self.trackDb = trackDb