Previous changeset 11:d05236b15f81 (2016-07-27) Next changeset 13:25809f699cb3 (2016-08-11) |
Commit message:
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 85389def8ed35b3dc08701963dcae4afd1b5b50a |
modified:
BigWig.py |
b |
diff -r d05236b15f81 -r 747475757cb0 BigWig.py --- a/BigWig.py Wed Jul 27 10:10:49 2016 -0400 +++ b/BigWig.py Wed Jul 27 10:43:58 2016 -0400 |
b |
@@ -29,7 +29,7 @@ # 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) |