For DOHH2 hg38 an identify run with --bigBed produces the following error:
/mnt/work1/users/hoffmangroup/segway-protocol/tmp/segwayT3I9eP.bed is not case-sensitive sorted at line 11. Please use "sort -k1,1 -k2,2n" with LC_COLLATE=C, or bedSort and try again.
Traceback (most recent call last):
File "/mnt/work1/users/home2/eric.roberts/.local/bin/segway", line 9, in <module>
load_entry_point('segway', 'console_scripts', 'segway')()
File "/mnt/work1/users/home2/eric.roberts/segway/segway/run.py", line 2971, in main
return runner()
File "/mnt/work1/users/home2/eric.roberts/segway/segway/run.py", line 2764, in __call__
self.run(*args, **kwargs)
File "/mnt/work1/users/home2/eric.roberts/segway/segway/run.py", line 2755, in run
self.run_identify_posterior()
File "/mnt/work1/users/home2/eric.roberts/segway/segway/run.py", line 2663, in run_identify_posterior
self.save_identify_posterior()
File "/mnt/work1/users/home2/eric.roberts/segway/segway/run.py", line 2606, in save_identify_posterior
IdentifySaver(self)(world)
File "/mnt/work1/users/home2/eric.roberts/segway/segway/output.py", line 148, in __call__
bigbed_outfilename=self.make_filename(self.bigbed_filename, world))
File "/mnt/work1/users/home2/eric.roberts/segway/segway/layer.py", line 358, in layer
segmentation.save(outfilename, bigbed_outfilename)
File "/mnt/work1/users/home2/eric.roberts/segway/segway/layer.py", line 270, in save
BEDTOBIGBED_PROG(bigbed_infilename, sizes_file.name, bigbed_outfilename)
File "/mnt/work1/users/home2/eric.roberts/segway/segway/layer.py", line 270, in save
BEDTOBIGBED_PROG(bigbed_infilename, sizes_file.name, bigbed_outfilename)
File "/mnt/work1/software/python/2.7/lib/python2.7/site-packages/optbuild.py", line 81, in __call__
return self.run(*args, **kwargs)
File "/mnt/work1/software/python/2.7/lib/python2.7/site-packages/optbuild.py", line 212, in run
self._getoutput(args, kwargs)
File "/mnt/work1/software/python/2.7/lib/python2.7/site-packages/optbuild.py", line 194, in _getoutput
stdin, stdout, stderr, cwd)
File "/mnt/work1/software/python/2.7/lib/python2.7/site-packages/optbuild.py", line 157, in _popen
_returncode_error_factory(cmdline, returncode, output, error)
File "/mnt/work1/software/python/2.7/lib/python2.7/site-packages/optbuild.py", line 57, in _returncode_error_factory
raise error_cls, (cmdline, returncode, output, error)
optbuild.ReturncodeError: bedToBigBed returned 255
bedToBigBed is correctly reporting this issue as evidenced by the segway.layered.bed.gz output:
Original report (BitBucket issue) by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).
For DOHH2 hg38 an identify run with
--bigBed
produces the following error:bedToBigBed is correctly reporting this issue as evidenced by the segway.layered.bed.gz output: