NCATSTranslator / OperationsAndWorkflows

A repo for the nascent "operations and workflow" language
0 stars 5 forks source link

Added overlay and overlay_compute_ngd #7

Closed finnagin closed 3 years ago

finnagin commented 3 years ago

TODO: @finnagin to run generate_schema.py to update the files in the schema sub-directory.

dkoslicki commented 3 years ago

Another todo: change the parameters to make it a list of qnode ids (of cardinality at least 2)

finnagin commented 3 years ago

Another todo: change the parameters to make it a list of qnode ids (of cardinality at least 2)

This has been added to both the yml and the json examples. @dkoslicki I changed the name to "qnode_keys" instead of "subject_qnode_key" and "object_qnode_key" does that seem good or should it be called something else?

dkoslicki commented 3 years ago

Another todo: change the parameters to make it a list of qnode ids (of cardinality at least 2)

This has been added to both the yml and the json examples. @dkoslicki I changed the name to "qnode_keys" instead of "subject_qnode_key" and "object_qnode_key" does that seem good or should it be called something else?

@finnagin , can you direct me to the commit where you replaced subject/object_qnode_key with qnode_keys?

finnagin commented 3 years ago

@dkoslicki Sure! It is commit ef5a1d3