arq5x / bedtools2

bedtools - the swiss army knife for genome arithmetic
MIT License
939 stars 287 forks source link

terminate called after throwing an instance of 'std::out_of_range' #1102

Open hullv opened 3 months ago

hullv commented 3 months ago

Thank you for the incredibly convenient tool.

While running the command 'bedtools bamtobed -i ./eg.sorted.bam > ./eg.sorted.bed', I encountered the following error: terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 18446744073709551615) >= this->size() (which is 95) Aborted (core dumped).

Could you please advise on how to resolve this issue?