deeptools / pyBigWig

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

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

Open balwierz opened 4 months ago

balwierz commented 4 months ago

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