Mercurial > repos > rmarenco > hubarchivecreator
diff BigWig.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 | 3233451a3bd6 |
children | 2677f1899aa8 |
line wrap: on
line diff
--- a/BigWig.py Sun Sep 25 11:25:38 2016 -0400 +++ b/BigWig.py Fri Sep 30 15:14:24 2016 -0400 @@ -19,6 +19,8 @@ self.name_bigwig = data_bigwig["name"] self.priority = data_bigwig["order_index"] self.track_color = data_bigwig["track_color"] + # TODO: Think about how to avoid repetition of the group_name everywhere + self.group_name = data_bigwig["group_name"] #print "Creating TrackHub BigWig from (falsePath: %s; name: %s)" % ( self.input_bigwig_path, self.name_bigwig ) @@ -34,7 +36,8 @@ track_type='bigWig', visibility='full', priority=self.priority, track_file=myBigWigFilePath, - track_color=self.track_color) + track_color=self.track_color, + group_name=self.group_name) # dataURL = "tracks/%s" % trackName #