Generator - Serviced-based version of CWL generator
- Initialise a virtual environment, and activate:
python -m venv .venv
. .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Run generator:
python main.py
- Deployment is via Docker. If using remote machine, ensure it is activated:
docker context use [machine-name]
- From the root directory, build container:
docker-compose build
- Run container:
docker-compose up -d
- Run all tests:
python -m unittest
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.