You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NotImplementedError: "intersectBed" does not appear to be installed or on the path, so this method is disabled. Please install a more recent version of BEDTools and re-import to use this method.
#152
Open
burcakotlu opened this issue
Sep 5, 2019
· 1 comment
a = pybedtools.example_bedtool('a.bed')
b = pybedtools.example_bedtool('b.bed')
a_and_b = a.intersect(b)
################################
################################
It gives the response below:
Traceback (most recent call last):
File "", line 1, in
File "/home/burcak/anaconda3/lib/python3.7/site-packages/pybedtools/bedtool.py", line 840, in decorated
result = method(self, *args, **kwargs)
File "/home/burcak/anaconda3/lib/python3.7/site-packages/pybedtools/bedtool.py", line 212, in not_implemented_func
raise NotImplementedError(help_str)
NotImplementedError: "intersectBed" does not appear to be installed or on the path, so this method is disabled. Please install a more recent version of BEDTools and re-import to use this method.
################################
The text was updated successfully, but these errors were encountered:
I installed pybedtools 0.8.0
################################
import pybedtools
a = pybedtools.example_bedtool('a.bed')
b = pybedtools.example_bedtool('b.bed')
a_and_b = a.intersect(b)
################################
################################
It gives the response below:
Traceback (most recent call last):
File "", line 1, in
File "/home/burcak/anaconda3/lib/python3.7/site-packages/pybedtools/bedtool.py", line 840, in decorated
result = method(self, *args, **kwargs)
File "/home/burcak/anaconda3/lib/python3.7/site-packages/pybedtools/bedtool.py", line 212, in not_implemented_func
raise NotImplementedError(help_str)
NotImplementedError: "intersectBed" does not appear to be installed or on the path, so this method is disabled. Please install a more recent version of BEDTools and re-import to use this method.
################################
The text was updated successfully, but these errors were encountered: