aboutsummaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Collapse)Author
2022-05-20Accept exponential notation for standard-error filesFrederick Muriuki Muriithi
2022-05-19Update Web-UI: use new error collection paradigmFrederick Muriuki Muriithi
- 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
2022-05-11Document generating and running qc for/with dockerFrederick Muriuki Muriithi
2022-05-09Update documentation and licenseFrederick Muriuki Muriithi
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
2022-04-27Enable managing app via setup.pyFrederick 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.
2022-04-27Implement command-line interface for QC of filesFrederick Muriuki Muriithi
2022-04-25docs: update documentation on checksFrederick Muriuki Muriithi
2022-04-11Set up initial, failing tests for cell valuesFrederick Muriuki Muriithi
2022-04-11Initialise the QC repositoryFrederick Muriuki Muriithi