@@ -16,7 +16,8 @@ def deal_with_polysemies(ott):
1616 # ncbi 10197 | 6072 | Ctenophora | phylum | = comb jellies OTT 641212
1717 # ncbi 516519 | 702682 | Ctenophora | genus | = cranefly OTT 1043126
1818
19- # The comb jellies are already in the taxonomy at this point (from skeleton).
19+ # The comb jellies are already in the taxonomy at this point (from
20+ # separation taxonomy).
2021
2122 # Add the diatom to OTT so that SILVA has something to map its diatom to
2223 # that's not the comb jellies.
@@ -28,7 +29,7 @@ def deal_with_polysemies(ott):
2829 # Diatom. Contains e.g. Ctenophora pulchella.
2930 establish ('Ctenophora' , ott , ancestor = 'Bacillariophyta' , ott_id = '103964' )
3031
31- # The comb jelly should already be in skeleton , but include the code for symmetry.
32+ # The comb jelly should already be in separation , but include the code for symmetry.
3233 # Contains e.g. Leucothea multicornis
3334 establish ('Ctenophora' , ott , parent = 'Metazoa' , ott_id = '641212' )
3435
@@ -72,6 +73,10 @@ def deal_with_polysemies(ott):
7273 # not sure why this is needed.
7374 establish ('Stereopsidaceae' , ott , division = 'Fungi' , source = 'gbif:7717211' )
7475
76+ # 3.0draft5 problem
77+ establish ('Corymorpha' , ott , division = 'Cnidaria' , source = 'ncbi:264057' , ott_id = '183501' )
78+ establish ('Corymorpha' , ott , division = 'Nematoda' , source = 'ncbi:364543' , ott_id = '860265' )
79+
7580def load_silva ():
7681 silva = Taxonomy .getTaxonomy ('tax/silva/' , 'silva' )
7782
@@ -199,7 +204,7 @@ def fix_name(bad, good):
199204 # JAR 2014-05-13 scrutinizing pin() and BarrierNodes. Wikipedia
200205 # confirms this synonymy. Dail L. prefers -phyta to -phyceae
201206 # but says -phytina would be more correct per code.
202- # Skeleton taxonomy has -phyta (on Dail's advice).
207+ # Separation taxonomy has -phyta (on Dail's advice).
203208 silva .taxon ('Rhodophyceae' ).synonym ('Rhodophyta' ) # moot now?
204209
205210 silva .taxon ('Florideophycidae' , 'Rhodophyceae' ).synonym ('Florideophyceae' )
@@ -651,7 +656,7 @@ def patch_ncbi(ncbi):
651656 if ncbi .maybeTaxon (toplevel ) != None :
652657 ncbi .taxon (toplevel ).prune (this_source )
653658
654- # - Canonicalize division names (cf. skeleton ) -
659+ # - Canonicalize division names (cf. separation ) -
655660 # JAR 2014-05-13 scrutinizing pin() and BarrierNodes. Wikipedia
656661 # confirms these synonymies.
657662 ncbi .taxon ('Glaucocystophyceae' ).rename ('Glaucophyta' )
0 commit comments