Mercurial > repos > rmarenco > hubarchivecreator
comparison 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 |
comparison
equal
deleted
inserted
replaced
12:747475757cb0 | 13:25809f699cb3 |
---|---|
27 shutil.copy(self.input_bigwig_path, myBigWigFilePath) | 27 shutil.copy(self.input_bigwig_path, myBigWigFilePath) |
28 | 28 |
29 # Create the Track Object | 29 # Create the Track Object |
30 self.createTrack(file_path=trackName, | 30 self.createTrack(file_path=trackName, |
31 track_name=trackName, | 31 track_name=trackName, |
32 long_label=self.name_bigwig, track_type='bigWig', visibility='full', | 32 long_label=self.name_bigwig, |
33 track_type='bigWig', visibility='full', | |
33 priority=self.priority, | 34 priority=self.priority, |
34 track_file=myBigWigFilePath) | 35 track_file=myBigWigFilePath) |
35 | 36 |
36 # dataURL = "tracks/%s" % trackName | 37 # dataURL = "tracks/%s" % trackName |
37 # | 38 # |