R/bpschedule-methods.R

setMethod("bpschedule", "ANY", function(x) TRUE)

setMethod("bpschedule", "missing",
    function(x)
{
    x <- registered()[[1]]
    bpschedule(x)
})

Try the BiocParallel package in your browser

Any scripts or data that you put into this service are public.

BiocParallel documentation built on Nov. 8, 2020, 5:46 p.m.