During the canonicalization of KG2pre to KG2c, Babel should resolve all same_as edges. If there are same_as edges that are surviving, they should be removed. This is causing normalization issues.
For now, will be writing code in /process/kg2pre_to_kg2c_edges.py to drop all edges that have biolink:same_as for a predicate.
This needs to be updated in the next build, to remove the ingest from the snakemake file.
The hack being use to bypass this for KG2.10.3c needs to be removed before canonicalization of the KG2.10.4c build.
During the canonicalization of KG2pre to KG2c, Babel should resolve all same_as edges. If there are same_as edges that are surviving, they should be removed. This is causing normalization issues.
For now, will be writing code in /process/kg2pre_to_kg2c_edges.py to drop all edges that have
biolink:same_asfor a predicate.This needs to be updated in the next build, to remove the ingest from the snakemake file.
The hack being use to bypass this for KG2.10.3c needs to be removed before canonicalization of the KG2.10.4c build.