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/
43 stars 5 forks source link

invoke with sheets2linkml? #12

Closed turbomam closed 2 years ago

turbomam commented 2 years ago

As opposed to schemasheets? See #10

% sheets2linkml --help

Traceback (most recent call last): File "/Users/MAM/my_first_ss/venv/bin/sheets2linkml", line 5, in from fairstructure.schemamaker import convert ModuleNotFoundError: No module named 'fairstructure'

turbomam commented 2 years ago

Within the root of this repo, the following works:

poetry install
poetry run sheets2linkml --help

still unclear on how to use this if imported into another project