Mercurial > repos > rmarenco > hubarchivecreator
comparison BigWig.py @ 12:747475757cb0 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 85389def8ed35b3dc08701963dcae4afd1b5b50a
author | rmarenco |
---|---|
date | Wed, 27 Jul 2016 10:43:58 -0400 |
parents | d05236b15f81 |
children | 25809f699cb3 |
comparison
equal
deleted
inserted
replaced
11:d05236b15f81 | 12:747475757cb0 |
---|---|
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, track_type='bigWig', visibility='full', |
33 priority=self.priority, | 33 priority=self.priority, |
34 track_file=myBigWigFilePath) | 34 track_file=myBigWigFilePath) |
35 | 35 |
36 # dataURL = "tracks/%s" % trackName | 36 # dataURL = "tracks/%s" % trackName |
37 # | 37 # |