Mercurial > repos > rmarenco > hubarchivecreator
diff BigWig.py @ 13:25809f699cb3 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 65ab931ef2b05a5acf06cbde3a746c94a0a0a4cb
author | rmarenco |
---|---|
date | Thu, 11 Aug 2016 19:02:29 -0400 |
parents | 747475757cb0 |
children | 3233451a3bd6 |
line wrap: on
line diff
--- a/BigWig.py Wed Jul 27 10:43:58 2016 -0400 +++ b/BigWig.py Thu Aug 11 19:02:29 2016 -0400 @@ -29,7 +29,8 @@ # Create the Track Object self.createTrack(file_path=trackName, track_name=trackName, - long_label=self.name_bigwig, track_type='bigWig', visibility='full', + long_label=self.name_bigwig, + track_type='bigWig', visibility='full', priority=self.priority, track_file=myBigWigFilePath)