Skip to content

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

@dimkonstanto

Description

@dimkonstanto

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?

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