diff BigWig.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 25809f699cb3
children c02720d1afee
line wrap: on
line diff
--- a/BigWig.py	Fri Sep 02 15:41:51 2016 -0400
+++ b/BigWig.py	Sun Sep 25 11:25:38 2016 -0400
@@ -18,6 +18,7 @@
         self.input_bigwig_path = input_bigwig_path
         self.name_bigwig = data_bigwig["name"]
         self.priority = data_bigwig["order_index"]
+        self.track_color = data_bigwig["track_color"]
 
         #print "Creating TrackHub BigWig from (falsePath: %s; name: %s)" % ( self.input_bigwig_path, self.name_bigwig )
 
@@ -32,7 +33,8 @@
                          long_label=self.name_bigwig,
                          track_type='bigWig', visibility='full',
                          priority=self.priority,
-                         track_file=myBigWigFilePath)
+                         track_file=myBigWigFilePath,
+                         track_color=self.track_color)
 
         # dataURL = "tracks/%s" % trackName
         #