QuantGen / BEDMatrix

A matrix-like wrapper around PLINK .bed files
Other
18 stars 2 forks source link

Check for user interrupts #10

Closed agrueneberg closed 5 years ago

agrueneberg commented 9 years ago

@lian0090 reported that subsetting is not cancellable. I checked the Rcpp documentation and it looks like it's possible to check for user interrupts: http://gallery.rcpp.org/articles/using-rcppprogress/. I will have to look into finding a way to minimize the performance penalty while still allowing users to cancel subsetting.

agrueneberg commented 5 years ago

Fixed in 34615f451cc037d34363f5e8fc0fd9992f68acd2.