Mercurial > repos > rmarenco > hubarchivecreator
diff Track.py @ 1:fb5e60d4d18a draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 64cfc08088d11f6818c1b4e5514ef9e67969eaff-dirty
author | rmarenco |
---|---|
date | Wed, 13 Jul 2016 13:36:37 -0400 |
parents | |
children | c02720d1afee |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Track.py Wed Jul 13 13:36:37 2016 -0400 @@ -0,0 +1,10 @@ +#!/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