Skip to content

feat(Summary workflow): check that PAS are reported as single nucleotide in input bed #458

@ninsch3000

Description

@ninsch3000

The input bed file validation of the summary wfs could be improved in several aspects; this particular issue requests a check to make sure PAS are reported as single nucleotide, as is required by the APAeval specifications. This could be easily implemented by checking whether start and end differ by 1. For corresponding code see

coord_check = participant_data.dtypes[1] == np.int64 and participant_data.dtypes[2] == np.int64

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions