Mercurial > repos > yating-l > hubarchivecreator
comparison BedSpliceJunctions.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 |
comparison
equal
deleted
inserted
replaced
57:b39dd0b5a166 | 58:a0fc8379223c |
---|---|
40 with open(myBigBedFilePath, 'w') as bigBedFile: | 40 with open(myBigBedFilePath, 'w') as bigBedFile: |
41 subtools.bedToBigBed(sortedBedFile.name, | 41 subtools.bedToBigBed(sortedBedFile.name, |
42 self.chromSizesFile.name, | 42 self.chromSizesFile.name, |
43 bigBedFile.name, | 43 bigBedFile.name, |
44 typeOption='bed12+1', | 44 typeOption='bed12+1', |
45 autoSql=auto_sql_option | 45 autoSql=auto_sql_option, |
46 extraIndex='name' | |
46 ) | 47 ) |
47 | 48 |
48 # Create the Track Object | 49 # Create the Track Object |
49 self.createTrack(file_path=trackName, | 50 self.createTrack(file_path=trackName, |
50 track_name=trackName, | 51 track_name=trackName, |