Skip to content

Error finding block data #123

@DavidWarrenKatz

Description

@DavidWarrenKatz

Often, when calling the getMatrixZoomData function, I receive an "Error finding block data" error. For example, the following code produces the error:

import hicstraw
hic = hicstraw.HiCFile("https://www.encodeproject.org/files/ENCFF247KEK/@@download/ENCFF247KEK.hic")

resolution = 5000;
chromosome = '1';
startingbp = 10000000;
endingbp = 13000000;

matrix_object_chr1 = hic.getMatrixZoomData(chromosome, chromosome, "observed", "NONE", "BP", resolution)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions