We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd be good as sanity check to have clade counts output after every ingest run.
This command would be enough:
zcat metadata.tsv.gz | tsv-summarize -H --group-by Nextstrain_clade --count
Yielding something like:
Nextstrain_clade count 20I (Alpha, V1) 1160560 21A (Delta) 109534 20G 125069 21F (Iota) 43376 21I (Delta) 256077 20A 310770 21J (Delta) 2966243 19B 16740 21D (Eta) 7553 20C 123191 20B 261388 20H (Beta, V2) 42294 20D 13044 21E (Theta) 638 21B (Kappa) 8114 20J (Gamma, V3) 116987 20E (EU1) 175137 21G (Lambda) 9245 21C (Epsilon) 64377 19A 24359 21H (Mu) 14275 20F 13766 21K (Omicron) 1450 21L 7 2190
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It'd be good as sanity check to have clade counts output after every ingest run.
This command would be enough:
Yielding something like:
The text was updated successfully, but these errors were encountered: