deeptools / pyBigWig

A python extension for quick access to bigWig and bigBed files
MIT License
218 stars 49 forks source link

pyBigWig.entries() should return empty array, not None when no entries are found #149

Open balwierz opened 7 months ago

balwierz commented 7 months ago

This is because NonType is not iterable and pyBigWig cannot be used in loops right now