From 2a433afba28ab011e43dd8a64fff3583fd057aa1 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 5 Jun 2007 14:00:14 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@38 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/libecoPCR/ecotax.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/libecoPCR/ecotax.c b/src/libecoPCR/ecotax.c index 813c490..d585d42 100644 --- a/src/libecoPCR/ecotax.c +++ b/src/libecoPCR/ecotax.c @@ -175,6 +175,13 @@ ecotx_t *eco_findtaxonatrank(ecotx_t *taxon, return NULL; } +/** + * Get back information concerning a taxon from a taxonomic id + * @param *taxonomy the taxonomy database + * @param taxid the taxonomic id + * + * @result a ecotx_t structure containing the taxonimic information + **/ ecotx_t *eco_findtaxonbytaxid(ecotaxonomy_t *taxonomy, int32_t taxid) { @@ -196,7 +203,7 @@ ecotx_t *eco_findtaxonbytaxid(ecotaxonomy_t *taxonomy, } /** - * Find out if taxon is son of other taxon's taxid + * Find out if taxon is son of other taxon (identified by its taxid) * @param *taxon son taxon * @param parent_taxid taxonomic id of the other taxon *