Skip to content

Incompatibility with the latest GenomicRanges #18

@lutsik

Description

@lutsik

Hi,

Thanks for a great set of tools!

There seems to be a problem with disjoinGR and one of the recent GenomicRanges versions. The error and its package-relevant traceback are the following:

Error during wrapup: when 'type' is "any", at least one of 'maxgap' and 'minoverlap' must be set to its default value
....
5: privateUtil.R#102: disjoinGRs(dat)
6: privateUtil.R#88: findOverlaps(.gr, gr, maxgap = 0, minoverlap = 1)
7: findOverlaps(.gr, gr, maxgap = 0, minoverlap = 1)
8: .local(query, subject, maxgap, minoverlap, type, select, ...)
9: findOverlaps_GNCList(query, subject, maxgap = maxgap, minoverlap = minoverl
10: IRanges:::NCList_find_overlaps_in_groups(ranges(query), q_space, q_groups,
11: .Call2("NCList_find_overlaps_in_groups", start(q), end(q), q_space, q_group

Seems to happen with a deliberate GRanges object.

I have just installed the latest source from the master branch, GenomicRanges are 1.30.3, and R is 3.4.3 (2017-11-30).

Best regards,

Pavlo

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