Age | Commit message (Expand) | Author |
---|---|---|
2022-07-07 | Rework guix.scm to use latest commit...Rather than specifying a specific commit in the development guix.scm this commit has the system automatically get the latest commit and use that for building the package object. | Frederick Muriuki Muriithi |
2022-06-15 | Fix linting and type errors | Frederick Muriuki Muriithi |
2022-05-27 | Update documentation | Frederick Muriuki Muriithi |
2022-05-27 | Revert "Accept exponential notation for standard-error files"...This reverts commit 960c1a5b831d8761a3e1716f86ded4cc5b67eea0. After meeting with Arthur, it was confirmed that the CSV file should not have values in the exponential notation. | Frederick Muriuki Muriithi |
2022-05-20 | Accept exponential notation for standard-error files | Frederick Muriuki Muriithi |
2022-05-19 | Update Web-UI: use new error collection paradigm...- README.org: document how to run scripts manually - manifest.scm: remove python-rq as a dependency - qc_app/jobs.py: rework job launching and processing - qc_app/parse.py: use reworked job processing - qc_app/templates/job_progress.html: display progress correctly - qc_app/templates/parse_results.html: display final results - scripts/worker.py: new worker script | Frederick Muriuki Muriithi |
2022-05-11 | Document generating and running qc for/with docker | Frederick Muriuki Muriithi |
2022-05-09 | Update documentation and license...Add documentation on how to run the development version of the GeneNetwork Quality Control application. Update the license to the agpl3+ license used by genenetwork3 | Frederick Muriuki Muriithi |
2022-04-27 | Enable managing app via setup.py...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. | Frederick Muriuki Muriithi |
2022-04-27 | Implement command-line interface for QC of files | Frederick Muriuki Muriithi |
2022-04-25 | docs: update documentation on checks | Frederick Muriuki Muriithi |
2022-04-11 | Set up initial, failing tests for cell values | Frederick Muriuki Muriithi |
2022-04-11 | Initialise the QC repository | Frederick Muriuki Muriithi |