pybedtools.helpers.set_bedtools_path¶
- pybedtools.helpers.set_bedtools_path(path='')[source]¶
Explicitly set path to
BEDTools
installation dir.If BEDTools is not available on your system path, specify the path to the dir containing the BEDTools executables (intersectBed, subtractBed, etc) with this function.
To reset and use the default system path, call this function with no arguments or use path=””.