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

implement the taxonomic classification with queries on the annotation matrix #347

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

heracle
Copy link
Collaborator

@heracle heracle commented Aug 2, 2021

Implement:

  • Taxonomic Classification on the fly by iterating the annotation matrix
  • LCA computation
  • update_scores_and_lca
  • unit tests
  • tax class CLI
  • integration tests

Testing workflow:

python3 ../integration_tests/main.py --test_filter "test_taxonomy_"

./unit_tests --gtest_filter=TaxonomyTest.ClsAnno_ClassifierUpdateScoresAndLca && ./unit_tests --gtest_filter=TaxonomyTest.ClsAnno_KmerToTaxidUpdate && ./unit_tests --gtest_filter=TaxonomyTest.ClsAnno_FindLca && ./unit_tests --gtest_filter=TaxonomyTest.ClsAnno_RmqPreprocessing && ./unit_tests --gtest_filter=TaxonomyTest.ClsAnno_DfsStatistics

Signed-off-by: Radu Muntean [email protected]

metagraph/tests/annotation/taxonomy/test_taxonomy.cpp Outdated Show resolved Hide resolved
metagraph/tests/annotation/taxonomy/test_taxonomy.cpp Outdated Show resolved Hide resolved
metagraph/tests/annotation/taxonomy/test_taxonomy.cpp Outdated Show resolved Hide resolved
metagraph/src/annotation/taxonomy/tax_classifier.cpp Outdated Show resolved Hide resolved
metagraph/src/annotation/taxonomy/tax_classifier.cpp Outdated Show resolved Hide resolved
metagraph/src/annotation/taxonomy/tax_classifier.cpp Outdated Show resolved Hide resolved
metagraph/src/annotation/taxonomy/tax_classifier.cpp Outdated Show resolved Hide resolved
metagraph/src/annotation/taxonomy/tax_classifier.cpp Outdated Show resolved Hide resolved
metagraph/src/annotation/taxonomy/tax_classifier.cpp Outdated Show resolved Hide resolved
metagraph/src/annotation/taxonomy/tax_classifier.cpp Outdated Show resolved Hide resolved
@heracle heracle marked this pull request as draft September 2, 2021 08:23
Base automatically changed from mtg_taxclass_3 to master September 6, 2021 08:26
@heracle heracle force-pushed the mtg_taxclass_4 branch 4 times, most recently from d93dd4d to ee58d8e Compare September 14, 2021 11:29
@heracle
Copy link
Collaborator Author

heracle commented Sep 14, 2021

Thank you for the review! I have rebased according to master and tried to address all the old comments

@heracle heracle marked this pull request as ready for review September 14, 2021 12:37
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

Successfully merging this pull request may close these issues.

2 participants