Reading BED File...
[################################] 0/34484 - 00:00:00
Traceback (most recent call last):
File "/home/s1437643/conda/envs/py27/bin/wellington_footprints.py", line 95, in <module>
regions = pyDNase.GenomicIntervalSet(clargs.regions)
File "/home/s1437643/conda/envs/py27/lib/python2.7/site-packages/pyDNase/__init__.py", line 246, in __init__
self.loadBEDFile(filename)
File "/home/s1437643/conda/envs/py27/lib/python2.7/site-packages/pyDNase/__init__.py", line 283, in loadBEDFile
if not self.__isBEDHeader(line):
File "/home/s1437643/conda/envs/py27/lib/python2.7/site-packages/pyDNase/__init__.py", line 307, in __isBEDHeader
if string[0] == "#":
IndexError: string index out of range
It looks like there's an empty newline at the end of your BED file. I'll put a fix in for this, but you can remove the empty line and that should fix it!
I have encountered the following error:
The command I used was:
I built pyDNase from the latest GitHub code (2017-11-17) using this command:
The version of Python I am using: