This python package is for https://grin-portal.broadinstitute.org/.
Make sure that Poetry is installed on your system.
To install Poetry, run the following command:
pip install poetry
poetry --version
If the command fails, Python\Scripts
must be added to the PATH environment variable.
Clone or download the project. Then go to the project directory and execute the following command to install all dependencies:
poetry install --dev
You can run the project with Poetry by using the following command:
poetry run grin-portal-client
or
poetry run python -m grin-portal-client
To run tests (if available), use:
poetry run pytest