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

multiple shortname expression characters #155

Closed
mmaiers-nmdp opened this issue Mar 25, 2022 · 1 comment
Closed

multiple shortname expression characters #155

mmaiers-nmdp opened this issue Mar 25, 2022 · 1 comment

Comments

@mmaiers-nmdp
Copy link
Contributor

Here are cases (in 3.44.0) where there are multiple expression characters in the same group defined by a shortname.

Technically if we want to support things like A01:01N and A01:01L then there will need to be multiple lists generated from a single allele (who_group)

{'N', 'L'}
expression chars found in:  A*02:01
{'L', 'Q'}
expression chars found in:  A*02:01:01
{'L', 'Q'}
expression chars found in:  A*24:02
{'L', 'Q'}
expression chars found in:  A*24:02:01
{'L', 'Q'}
expression chars found in:  A*31:01
{'N', 'Q'}
expression chars found in:  A*31:01:02
{'N', 'Q'}
expression chars found in:  B*15:01
{'N', 'Q'}
expression chars found in:  B*15:01:01
{'N', 'Q'}
expression chars found in:  B*44:02
{'S', 'Q'}
expression chars found in:  B*44:02:01
{'S', 'Q'}
expression chars found in:  C*07:02
{'N', 'Q'}
expression chars found in:  C*07:02:01
{'N', 'Q'}
expression chars found in:  C*15:02
{'N', 'Q'}
expression chars found in:  C*15:02:01
{'N', 'Q'}```
@pbashyal-nmdp
Copy link
Contributor

Fixed with #159

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

No branches or pull requests

2 participants