cggh / scikit-allel

A Python package for exploring and analysing genetic variation data
MIT License
287 stars 50 forks source link

Fixed Issue #271: Added pathlib.Path support for functions taking a filepath #332

Open smbadiwe opened 4 years ago

smbadiwe commented 4 years ago

Modified allel.io functions taking a filepath to also accept pathlib.Path. By this change, anywhere a string is expected as filepath, a pathlib.Path instance can be accepted.