Closed trvrb closed 1 year ago
Thanks for reviewing @joverlee521 and thanks for the additional cleanup. I reran GitHub Action and with it, discovered that all the rules in upload.smk
needed to be updated to include {variant_classification}
wildcard. I did this in the above commit and reran action. This seems to have worked as expected given that Pango lineages results are now up on S3.
I think this should be good to merge. I'll plan to do so now.
Description of proposed changes
This PR adds support for running MLR estimates on Pango lineages. Broadly it:
variant_classifications
option that currently includesnextstrain_clades
andpango_lineages
prepared_seq_counts.tsv
clade_to_variant.tsv
(this was unnecessary for Nextstrain clades and not possible to create the same mapping file for Pango lineages)models
in the primaryconfig.yaml
filepivot
values for clades, ie22B (Omicron)
, and lineages, ieBA.5
prepare-data.py
.Testing
I've tested locally, but not yet via GitHub Actions.