Skip to content

kmerize with hg19 complains of "long vectors not supported yet" #8

Description

Greetings,

I am running the mappable function for hg19 genome:

library(kmap)
library(BiocParallel)

# either
mappable.regions<-mappable("hg19",kmer=50,BPPARAM=MulticoreParam(workers = 1))

# or
mappable.regions<-mappable("hg19",kmer=50)

But finally I get the following error:

INFO [2018-06-01 15:09:12] Removing non-standard DNA bases
INFO [2018-06-01 15:26:38] Chopping into 50-mers
Error in .Call2("valid_Ranges", x_start, x_end, x_width, PACKAGE = "IRanges") :
long vectors not supported yet: memory.c:3451

Any idea what might has caused such an error?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions