comparison Track.py @ 17:c02720d1afee draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 1adbf397de1fc7af4d91e026093d7fff983e21cf
author rmarenco
date Fri, 30 Sep 2016 15:14:24 -0400
parents fb5e60d4d18a
children
comparison
equal deleted inserted replaced
16:3233451a3bd6 17:c02720d1afee
1 #!/usr/bin/python 1 #!/usr/bin/python
2 2
3 3 # TODO: Is this still useful?
4 class Track(object): 4 class Track(object):
5 """Class to manage the track informations needed for Track Hub, in the TrackDb text file""" 5 """Class to manage the track informations needed for Track Hub, in the TrackDb text file"""
6 6
7 def __init__(self, trackFile=None, trackDb=None): 7 def __init__(self, trackFile=None, trackDb=None):
8 self.trackFile = trackFile 8 self.trackFile = trackFile