-
Notifications
You must be signed in to change notification settings - Fork 3
Description
We've been trying to speed up the mondo pipeline by replacing our use of sssom-py with sssom-java (#14 was a big part of this!). One of last things I've been trying to figure out is a way to add embedded annotations to a SSSOM file. sssom-py has an annotate command which accepts a series of flags covering all the standard SSSOM metadata (e.g. --mappings <mappings>, --creator_id <creator_id>, --mapping_tool <mapping_tool>. That doesn't really seem appropriate here.
Maybe this could work similar to the existing merging metadata feature, except that the metadata merged could come from a YAML file rather than a mapping set. Although it would be nice to annotate via command line parameters.
(Also, maybe this is already possible and I'm missing something!)