Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRST2 MLST regex incorrect #6487

Open
hexylena opened this issue Oct 25, 2024 · 0 comments
Open

SRST2 MLST regex incorrect #6487

hexylena opened this issue Oct 25, 2024 · 0 comments
Labels

Comments

@hexylena
Copy link
Member

Looks like - is intended to be included (also due to the use in the help text, and the workflow I imported), but due to its position in the regex its being interpreted as a range operator. Moving it to the end of the character class would fix this easily.

srst2

cc #6459

@hexylena hexylena added the bug label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant