hodcroftlab / covariants

Real-time updates and information about key SARS-CoV-2 variants, plus the scripts that generate this information.
https://covariants.org/
GNU Affero General Public License v3.0
316 stars 113 forks source link

Add early check for meta-clusters #349

Closed MoiraZuber closed 1 year ago

MoiraZuber commented 1 year ago

Adding a check early in the script that tests whether all components required by a "meta_cluster" are selected in cluster_to_run.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
covariants ✅ Ready (Inspect) Visit Preview Oct 6, 2022 at 2:48PM (UTC)
emmahodcroft commented 1 year ago

I think this looks great Moira, thank you so much for implementing it, and so quickly! This should avoid asking for something and getting nothing, or wasting time only to find out you asked for nothing 😆 I liked the nice touch of a warning if it doesn't find one of the components, too!