linkml / schemasheets

Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats
https://linkml.io/schemasheets/
42 stars 5 forks source link

Add ignore rows feature #85

Open turbomam opened 1 year ago

turbomam commented 1 year ago

I love the ignore column specification. Is there some way to ignore rows? That would help illustrate content from an upstream provider that is being excluded from the model.

Could the metatype specification be repurposed to allow for ignoring rows? (If it doesn't support that already?)

cmungall commented 1 year ago

great idea!

metatype: this would be awkward for sheets that don't use a metatype. It might be simpler to have a column like hide_row and a value of True means the row is ignored. (unfortunately the heading ignore is taken to mean ignore the column)

what is the priority on this?

turbomam commented 1 year ago

priority: would't fix anything that is truly broken, but it would help my collaborations and I would start using it right away