Mercurial > repos > rmarenco > hubarchivecreator
view Track.py @ 5:fcff8e9146e7 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 8fa0bb53e1bd6c4d7e3b0d9ea2f86825040e29de-dirty
author | rmarenco |
---|---|
date | Mon, 18 Jul 2016 12:40:30 -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