Closed gpratt closed 6 years ago
This should probably work in python3 but doesn't
from pathlib import Path import pyBigWig bw = Path("test.bw") pyBigWig.open(bw )
Just put a str() around it.
str()
This should probably work in python3 but doesn't