diff --git a/README.md b/README.md index 90bc734..6cd9721 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ Trapiche is an open-source tool for biome classification in metagenomic studies. - Text-based: an adapted Large Language Model (LLM) predicts candidate biomes from project/sample descriptions. - Taxonomy-based: a taxonomy_vectorization embedding of taxonomic profiles is fed to a feed‑forward model for deep biome lineage prediction. -By integrating both views, Trapiche improves accuracy and robustness in biome classification workflows. +By integrating both views, Trapiche improves accuracy and robustness in biome classification. + +![](assets/trapiche_workflow.png) ## Install diff --git a/assets/trapiche_workflow.png b/assets/trapiche_workflow.png new file mode 100644 index 0000000..fbc0987 Binary files /dev/null and b/assets/trapiche_workflow.png differ