Mercurial > repos > rmarenco > hubarchivecreator
comparison cytoBand.py @ 28:6aa28a85cc38 draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit 5bbecd016ad3a784ad030cb82a09a3ac40dc6060
author | yating-l |
---|---|
date | Mon, 10 Jul 2017 17:08:38 -0400 |
parents | df42241d3731 |
children |
comparison
equal
deleted
inserted
replaced
27:cdd33c5c8ac1 | 28:6aa28a85cc38 |
---|---|
39 | 39 |
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='bed4', | 44 typeOption='bed4+1', |
45 tab='True', | |
45 autoSql=auto_sql_option) | 46 autoSql=auto_sql_option) |
46 | 47 |
47 # Create the Track Object | 48 # Create the Track Object |
48 self.createTrack(file_path=trackName, | 49 self.createTrack(file_path=trackName, |
49 track_name='cytoBandIdeo', | 50 track_name='cytoBandIdeo', |