From d84db2f1002944d683e9c8f69540d030c66a7dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20Madeira?= Date: Thu, 9 Jan 2025 19:12:22 +0000 Subject: [PATCH] paper: added the newick output feature --- paper/paper.md | 1 + 1 file changed, 1 insertion(+) diff --git a/paper/paper.md b/paper/paper.md index 7df49b5..d7c2c8b 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -62,6 +62,7 @@ Taxonomy Resolver has been developed with simplicity in mind and it can be used * **generating** taxonomy lists that compose any subtree, at any level of the taxonomy hierarchy * **filtering** a tree based on the inclusion and/or exclusion of certain TaxIDs * **writing and loading** tree data structures using Python’s object serialisation +* **generating** complete and partial tress in NEWICK format # Implementation