Skip to content

A web-based client for the GRIN portal, providing a machine-friendly interface to interact with the database.

License

Notifications You must be signed in to change notification settings

LukasWestholt/grin-portal-client

Repository files navigation

Installation and execution of grin-portal-client

This python package is for https://grin-portal.broadinstitute.org/.

1. install poetry

Make sure that Poetry is installed on your system.

To install Poetry, run the following command:

pip install poetry

Check the installation

poetry --version

If the command fails, Python\Scripts must be added to the PATH environment variable.

2. install the project

Clone or download the project. Then go to the project directory and execute the following command to install all dependencies:

poetry install --dev

3. run the application

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

4. run tests

To run tests (if available), use:

poetry run pytest

About

A web-based client for the GRIN portal, providing a machine-friendly interface to interact with the database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages