You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One giant proto file is doable, then you don't need the imports, but this would break downstream software that is dependent on independent proto files per domain.
Maybe we just need a click parameter in LinkML protogen to reflect the yaml files in the generated proto files, with imports according to yaml file imports.
To convert to valid proto files, we need to include package designations in the header.
Something like:
https://github.com/phenopackets/phenopacket-schema/blob/master/src/main/proto/phenopackets/schema/v2/phenopackets.proto
Can we include this somehow in the metadata in LinkML or can we get it from the schemaname somehow?
The text was updated successfully, but these errors were encountered: