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.
You don't have bedtools on the PATH. The PATH variable is how the shell --- and pybedtools --- discovers the individual bedtools executables at runtime.
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.