Omnicorp is not returning counts for any nodes. This may be true for the chemical nodes (see below), but not for the gene. Directly consulting the postgres with NCBIGene:6611 returns many results
Curie prefixes are murder. For the pubchem.compound above, we don't have any results in the postgres, though we do for the related chebi. However, the KG arriving in omnicorp does not have equivalent_identfiers in it, so we can't troll through there for them. (See https://github.com/TranslatorSRI/NodeNormalization/issues/43)
Assuming that we can solve the NN issue above, and enable NN in the step prior to omnicorp, then we need to use the equivalent identifiers to check all the possibilities in omnicorp, and merge them together if there are results for multiple prefixes.
We also need to figure out why NCBIGene:6611 isn't returning anything, because it should.
For instance, consider this strider query:
This produces results in strider, and the message that arrives at omnicorp has a KG like:
At this point multiple things appear to go wrong.
Assuming that we can solve the NN issue above, and enable NN in the step prior to omnicorp, then we need to use the equivalent identifiers to check all the possibilities in omnicorp, and merge them together if there are results for multiple prefixes.
We also need to figure out why NCBIGene:6611 isn't returning anything, because it should.