git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@38 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -175,6 +175,13 @@ ecotx_t *eco_findtaxonatrank(ecotx_t *taxon,
|
|||||||
return NULL;
|
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,
|
ecotx_t *eco_findtaxonbytaxid(ecotaxonomy_t *taxonomy,
|
||||||
int32_t taxid)
|
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 *taxon son taxon
|
||||||
* @param parent_taxid taxonomic id of the other taxon
|
* @param parent_taxid taxonomic id of the other taxon
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user