This branch updates the dependency on biolink model pydantic to 0.1.4, in which NamedThingToInformationContentEntityAssociation was changed to InformationContentEntitytoNamedThingAssociation.
As such, all ingests and tests should be updated to import the correct class, as well as swapping subjects and objects.
For consistency, instances of gene_to_publication have been changed to publication_to_gene.
This branch updates the dependency on biolink model pydantic to 0.1.4, in which
NamedThingToInformationContentEntityAssociation
was changed toInformationContentEntitytoNamedThingAssociation
.As such, all ingests and tests should be updated to import the correct class, as well as swapping subjects and objects.
For consistency, instances of
gene_to_publication
have been changed topublication_to_gene
.