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

no such option: -d #13

Closed turbomam closed 2 years ago

turbomam commented 2 years ago
% poetry run sheets2linkml --help

gives the output below, but the script is called sheets2linkml, not schemasheets and the -d option doesn't seem to be implemented

/usr/local/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( Usage: sheets2linkml [OPTIONS] [TSV_FILES]...

Convert schemasheets to a LinkML schema

schemasheets -d . my_schema/*tsv

Options: -o, --output FILENAME output file -v, --verbose --help Show this message and exit.

turbomam commented 2 years ago

see also #12