rnabioco / valr

Genome Interval Arithmetic in R
http://rnabioco.github.io/valr/
Other
88 stars 25 forks source link

bed_makewindows: require that the same number of requested intervals are always returned #325

Closed kriemo closed 6 years ago

kriemo commented 6 years ago

minor changes to makewindows_impl to conform with bedtools reporting

jayhesselberth commented 6 years ago

Deploy preview for valr processing.

Built with commit f23cda21bbcc73e778b69779f3fe44d137fa61b3

https://app.netlify.com/sites/valr/deploys/5a6285d1a6188f1825c78a86

kriemo commented 6 years ago

I've also added a check on the R side to prevent non-sensical arguments from being passed to makewindows_impl, which prevents a potential infinite loop condition.