CharlesJB / ENCODExplorer

5 stars 4 forks source link

package failing in Bioc 3.14 #57

Open vjcitn opened 2 years ago

vjcitn commented 2 years ago

txdb <- TxDb.Mmusculus.UCSC.mm9.knownGene isActiveSeq(txdb) <- c(rep(FALSE,20), TRUE, rep(FALSE, 14)) allpromoter <- getPromoterClass(txdb, Nproc=1, org=Mmusculus) Error in clusterApplyLB(cl, chrs, pcChr, tssGR = tssGR, ORG = org) : could not find function "clusterApplyLB" Calls: getPromoterClass -> getPromoterClass Execution halted

see the build report -- the package seems to be deprecated. so please change the README.md if you are not going to maintain the package. @CharlesJB @lshep