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

Add statistics of mapping table. #9

Open
nichtich opened this issue Jun 10, 2024 · 1 comment
Open

Add statistics of mapping table. #9

nichtich opened this issue Jun 10, 2024 · 1 comment

Comments

@nichtich
Copy link
Member

Given mapping table rvk_bk_mappings.tsv we can calculate how much of RVK can be mapped to BK for each subtree.

@nichtich
Copy link
Member Author

$ wc -l rvk-bk/rvk_bk_mappings.tsv
662060 rvk-bk/rvk_bk_mappings.tsv
$ awk -F'\t' '$7 {print}' rvk-bk/rvk_bk_mappings.tsv | wc -l
208543

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

No branches or pull requests

1 participant