Skip to content

error parsing regexp: Invalid repeat count #590

Description

@user0380

Hi, I'm using seqkit to extract CDS region from various sequences. This is the command I used:

seqkit locate -G -r -p 'ATG([ATCGN]{3}){2083}T(AG|AA|GA)'

It produced this error info:

[ERRO] error parsing regexp: invalid repeat count: {2083}

This regexp is valid in Perl. Is seqkit's regexp compatible with Perl?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions