BIMSBbioinfo/janggu

NotImplementedError: "intersectBed" does not appear to be installed

Closed this issue · 2 comments

1

2
thanks, @wkopp for solving the previous issue.
I have installed bedtools still getting this error.
Even, tried this command:
import os
from pybedtools import BedTool
please can you tell me where I am going wrong this time?
Thankyou.

Please don't ping me.

You don't have bedtools on the PATH. The PATH variable is how the shell --- and pybedtools --- discovers the individual bedtools executables at runtime.