kbaseattic / relation_engine_spec

Specifications and config for the KBase Relation Engine
https://kbase.us
MIT License
0 stars 7 forks source link

Add obsolete edges #82

Closed kellyhuang21 closed 5 years ago

kellyhuang21 commented 5 years ago

Added consider and replaced_by edges for obsolete nodes

jayrbolton commented 5 years ago

Do you also want to throw in an "obsolete" field on the term vertices in this PR?

jayrbolton commented 5 years ago

@kellyhuang21 you should make "is_obsolete" a boolean type rather than a string

jayrbolton commented 5 years ago

I went ahead and did that change