Skip to content

Function to check if seq contains only DNA #2

@natir

Description

@natir

Implement:

  • valid_DNA(input: &[u8]) -> bool // If anything in input isn't a A, C, T, G, a, c, t or g return false
  • valid_DNA_with_N(input: &[u8]) -> bool // If anything in input isn't a A, C, T, G, N, a, c, t, g, n return false

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions