This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Installing pybedtools in Windows 10

I am trying to install pybedtools in Windows 10 Jupyter Notebook but it gives me following error:

pybed

Do we able to install pybedtools in Windows 10?

pybedtools

1 answer

No, it is not possible to use pybedtools in native windows, as it relies on the presence of bedtools, which is not available for windows. If you need to use pybedtools on a windows machine, you will need to do so via Windows Subsystem for Linux (WSL). You'll have to install jupyter and bedtools and pybedtools in there.

Log in to answer this question.