Skip to content

BiocParallel errors when running bambu #541

@lyj95618

Description

@lyj95618

Hi,

I am running bambu with the following command and I got this error. What does this error mean?
My bambu version is 3.4.0 and my R is 4.3.3

bamlist <- opt$sample #just one bam here
bambuAnnotations <- prepareAnnotations(opt$gtf)

se <- bambu(trackReads=TRUE, returnDistTable=FALSE,NDR=1, reads = bamlist, annotations = bambuAnnotations, genome = fa.file, ncore = 4,
    opt.discovery = list(min.exonDistance = 1,min.readFractionByGene=0.04, remove.subsetTx=FALSE))
sampleID <- basename(dirname(opt$sample))
writeBambuOutput(se, path = opt$output, prefix=sampleID)
WARNING - If you change the number of cores (ncore) between Bambu runs and there is no progress please restart your R session to resolve the issue that originates from the XGboost package.
--- Start generating read class files ---
Error: BiocParallel errors
  1 remote errors, element index: 1
  0 unevaluated and other errors
  first remote error:
Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'splitAsList': subscript contains NAs
Execution halted

Thanks for the help!
Laur

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions