Minor fixes
This commit is contained in:
@ -573,7 +573,7 @@ int obi_ecotag(const char* dms_name,
|
||||
best_match = obi_taxo_get_taxon_with_taxid(taxonomy, taxid_best_match);
|
||||
if (best_match == NULL)
|
||||
{
|
||||
obidebug(1, "\nError getting a taxon from a taxid when doing taxonomic assignment");
|
||||
obidebug(1, "\nError getting a taxon from a taxid (%d) when doing taxonomic assignment", taxid_best_match);
|
||||
return -1;
|
||||
}
|
||||
if (j>0)
|
||||
|
Reference in New Issue
Block a user