schemasheets icon indicating copy to clipboard operation
schemasheets copied to clipboard

Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats

Results 23 schemasheets issues
Sort by recently updated
recently updated
newest added

I can't find the docker image you mention in the documentation: `linkml/schemasheets`

I've tried to use the `sheets2linkml` with the example of [gsheet you provide](https://docs.google.com/spreadsheets/d/1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ/edit#gid=55566104), but I get the error: ``` (models_linkml) MacBook-Pro-2:linkml dorota$ sheets2linkml --gsheet-id 1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ personinfo types prefixes -o personinfo_gsh.yaml...

- GitHub makes it very easy to add the missing license file: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository - (this license file is super important, for sharing to occur)

https://linkml.io/schemasheets/datamodel/Shortcuts/ Is thew meaning of `schema` really linkml:EnumDefinition?

bug

When we were trying to generate the linkml schema for GA4GH VA in this repo: [ga4gh-va](https://github.com/sujaypatil96/ga4gh-va/), and you look at the source schema [here](https://github.com/sujaypatil96/ga4gh-va/blob/main/src/linkml/ga4gh_va_schema.yaml), you'll see when the range for...

We have a flat list of things under https://github.com/linkml/schemasheets/tree/main/schemasheets - schema_exporter: linkml2sheets - schemamaker: sheets2linkml - schemasheet_datamodel - sheets_to_project: primarily CLI - schemaview_vs_example: ??? this is a little ad-hoc. For...

currently it's possible to fill in an enum range for the slot and define the enum elsewhere but it can be convenient to list the PVs in the same row....

For example, if a user wants to use the "test enums" tab from https://docs.google.com/spreadsheets/d/1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ/edit#gid=823426713 , then their `sheets2linkml` command would look like this ```shell sheets2linkml --gsheet-id 1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ test+enums ``` We...

documentation