Skip to content
Snippets Groups Projects
Commit da34dde5 authored by Beatrice Ruth's avatar Beatrice Ruth
Browse files

Replace preProcessing.py

parent 6976c64d
No related branches found
Tags 1.1
No related merge requests found
......@@ -490,7 +490,7 @@ class taxaRanks():
if len(considered_taxa) > 0:
full_name = self.transform_taxon(helper, global_sort)
for c_taxon in considered_taxa:
if full_name.startswith(c_taxon):
if full_name.startswith(c_taxon + ".") or full_name == c_taxon:
consider = True
name = c_taxon
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment