DEBSOURCES
Skip Quicknav
sources / r-bioc-biocparallel / 1.40.0-2 / R / bpschedule-methods.R
123456789
setMethod("bpschedule", "ANY", function(x) TRUE) setMethod("bpschedule", "missing", function(x) { x <- registered()[[1]] bpschedule(x) })