Mercurial > repos > yating-l > hubarchivecreator
diff Bed.py @ 58:a0fc8379223c draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 72268f816f10341dbe3f6b33f8d9170d859c9697
author | yating-l |
---|---|
date | Fri, 30 Jun 2017 15:44:17 -0400 |
parents | b39dd0b5a166 |
children | 4c4e8941feda |
line wrap: on
line diff
--- a/Bed.py Fri Jun 30 14:49:14 2017 -0400 +++ b/Bed.py Fri Jun 30 15:44:17 2017 -0400 @@ -43,7 +43,9 @@ with open(myBigBedFilePath, 'w') as self.bigBedFile: subtools.bedToBigBed(self.sortedBedFile.name, self.chromSizesFile.name, - self.bigBedFile.name) + self.bigBedFile.name, + extraIndex='name' + ) # Create the Track Object self.createTrack(file_path=trackName,