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

DIG-1630: Match chromosomes with single digits/letters #35

Merged
merged 2 commits into from
May 6, 2024

Conversation

mshadbolt
Copy link
Contributor

@mshadbolt mshadbolt commented May 6, 2024

  • Adds a 1, to the regex so that it will match when a chromosome is passed in with a single digit or letter (previously only matched if there were two digits/letters)

@mshadbolt mshadbolt requested a review from OrdiNeu May 6, 2024 19:10
Copy link
Collaborator

@OrdiNeu OrdiNeu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch; we did not have test data with a single digit/letter so that's probably why it was uncaught until now.

query_server/query_operations.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants