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!
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:
This regexp is valid in Perl. Is seqkit's regexp compatible with Perl?
Thanks!