Quickstart
Installation¶
Clone this project and use Poetry to install the dependencies.
git clone https://github.com/kit-data-manager/nmr_FAIR-DOs.git
cd nmr_FAIR-DOs
poetry install
This project works with Python > 3.8.
Getting Started¶
Get started by running the command line interface (CLI) with the nmr_FAIR-DOs
command. You can use the --help
flag to see the available options.
poetry run nmr_FAIR-DOs-cli --help
To create FAIR-DOs for all NMR data in the repositories and log the output, run the following command:
poetry run nmr_FAIR-DOs-cli createallavailable 2>&1 | tee full.log