Skip to content

Chromosome names can exceed 6 characters #12

@adthrasher

Description

@adthrasher

Limiting chromosomes to 6 Unicode characters does not work for chromosomes such as chrUn_KI270747v1.

read_dtype = np.dtype([('chrom', 'U6'), ('start', np.int32), ('end', np.int32), ('name', 'U20'), ('score', np.int32), ('strand', 'U1')])

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