aboutsummaryrefslogtreecommitdiff
path: root/README.org
AgeCommit message (Expand)Author
2024-07-26Rename configuration variable...QCAPP_CONF --> UPLOADER_CONF Frederick Muriuki Muriithi
2024-07-25Rename module: qc_app --> uploaderFrederick Muriuki Muriithi
2024-06-12Update documentationFrederick Muriuki Muriithi
2024-03-21Improve channel definition documentation.Frederick Muriuki Muriithi
2024-02-28tests: test with just the message - don't include markup...Markup can, and will change as improvements are made, but the error messages will not change that often, plus that is what we want to actually test for, not the markup. Frederick Muriuki Muriithi
2024-02-28tests: Update unit tests: remove use of obsoleted functions.Frederick Muriuki Muriithi
2024-02-16Documentation: Add section on configurations.Frederick Muriuki Muriithi
2024-01-23Tests: Use prefixes in tests rather than starting redis server...It's easier, and more robust to put the data under a prefix within a redis database rather than try to run a redis server, especially within the test environment. This commit updates the tests to use a redis prefix instead. Frederick Muriuki Muriithi
2024-01-08Add channel authorization.Frederick Muriuki Muriithi
2024-01-03Refactor: Extract potentially reusable functions...The processing of transposed files is probably going to be very similar, thus the need to extract some reusable code from the geno-file-specific function in preparation. Frederick Muriuki Muriithi
2024-01-02Cleanup: Fix linting and typing errors and update docs.Frederick Muriuki Muriithi
2022-11-16ui: Only display the "alert-success" green on completion...* To avoid confusion, only display the "alert-success" green on completion of the parsing process. While parsing, if there are no errors, then display the "No errors found so far" message without the green colour. Frederick Muriuki Muriithi
2022-07-07Rework 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-15Fix linting and type errorsFrederick Muriuki Muriithi
2022-05-27Update documentationFrederick Muriuki Muriithi
2022-05-27Revert "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-20Accept exponential notation for standard-error filesFrederick Muriuki Muriithi
2022-05-19Update 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-11Document generating and running qc for/with dockerFrederick Muriuki Muriithi
2022-05-09Update 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-27Enable 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-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