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
v0.7.0 (2023-02-23)
v0.7.0
Command to generate the from the GISAID controls:
csvtk cut -t -f "lineage,rbd_level,immune_escape,ace2_binding" results/controls-gisaid/linelists/lineages.tsv \ | csvtk sort -t -k "immune_escape:nr,ace2_binding:nr" \ | csvtk uniq -t -f "lineage" \ | csvtk round -t -f "immune_escape,ace2_binding" -n 4 \ | csvtk csv2md -t
The text was updated successfully, but these errors were encountered:
v0.7.0 (2023-01-25)
Sorry, something went wrong.
No branches or pull requests
v0.7.0
(2023-02-23)Command to generate the from the GISAID controls:
The text was updated successfully, but these errors were encountered: