Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-18 | Update CLI: use new error collection code | Frederick Muriuki Muriithi | |
Use the new code that collects the errors in the CLI client. | |||
2022-05-11 | Tag string as a python f-string to fix error display bug | Frederick Muriuki Muriithi | |
2022-05-02 | Optimise strain names parsing | Frederick Muriuki Muriithi | |
- Use a way faster way of parsing the strains file | |||
2022-04-27 | Enable managing app via setup.py | Frederick Muriuki Muriithi | |
While the application is developed with GNU Guix, the end user might not be using it, and therefore, this commit provides a way for the user to install the application with the usual python package management systems. |