view Track.py @ 16:3233451a3bd6 draft

planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit fc73ec22a0db3ab09c4ac13dc58f0b54ae37845c
author rmarenco
date Sun, 25 Sep 2016 11:25:38 -0400
parents fb5e60d4d18a
children c02720d1afee
line wrap: on
line source

#!/usr/bin/python


class Track(object):
    """Class to manage the track informations needed for Track Hub, in the TrackDb text file"""

    def __init__(self, trackFile=None, trackDb=None):
        self.trackFile = trackFile

        self.trackDb = trackDb