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

Recombinant lineages #179

Merged
merged 4 commits into from
Jul 25, 2023
Merged

Recombinant lineages #179

merged 4 commits into from
Jul 25, 2023

Conversation

Taepper
Copy link
Collaborator

@Taepper Taepper commented Jul 24, 2023

Resolves #143

Copy link
Contributor

@fengelniederhammer fengelniederhammer left a comment

Choose a reason for hiding this comment

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

I'm not yet sure what the logic should be exactly.

E.g. XB is defined as

  "XB": [
    "B.1.634",
    "B.1.631"
  ]

Should XB also be recognized as sublineage of B.1.634?

If I interpret this PR correctly, so far this is only about "if the alias is array-valued, then we cannot resolve this any further, since it's a recombinant". Are we missing something on that end?

src/silo/preprocessing/pango_lineage_count.cpp Outdated Show resolved Hide resolved
src/silo/storage/pango_lineage_alias.cpp Outdated Show resolved Hide resolved
@Taepper
Copy link
Collaborator Author

Taepper commented Jul 25, 2023

I'm not yet sure what the logic should be exactly.

E.g. XB is defined as

  "XB": [
    "B.1.634",
    "B.1.631"
  ]

Should XB also be recognized as sublineage of B.1.634?

If I interpret this PR correctly, so far this is only about "if the alias is array-valued, then we cannot resolve this any further, since it's a recombinant". Are we missing something on that end?

I asked chaoran about this. All recombinants are to be treated as a new root

@Taepper Taepper merged commit dd69112 into main Jul 25, 2023
4 of 5 checks passed
@Taepper Taepper deleted the recombinantLineages branch July 25, 2023 18:18
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.

Consider recombinant lineages
2 participants