deeptools / pyBigWig

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

RuntimeError: Invalid interval bounds #124

Closed Ankita-1211 closed 2 years ago

Ankita-1211 commented 2 years ago

What could be the reason for below error

val = bw.stats(seq_chrom, seq_start, seq_end, type="max") RuntimeError: Invalid interval bounds!

I am trying to run a loop over the bed file coordinate for all the entries against the bigwig file.