Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | Check for errors in the 'phenose' file. | Frederick Muriuki Muriithi | |
2024-02-12 | Provide the key for each file listed in the control file. | Frederick Muriuki Muriithi | |
2024-02-08 | Generalise error retrieval: extract common structure | Frederick Muriuki Muriithi | |
Extract the common structure into a separate function and pass in checkers that return the errors they find. | |||
2024-02-08 | Use error objects rather than plain tuple values. | Frederick Muriuki Muriithi | |
2024-02-06 | Check that pheno values are numerical and at least 3 decimal places | Frederick Muriuki Muriithi | |
2024-02-05 | Check that data in geno file is valid | Frederick Muriuki Muriithi | |
Add a function to ensure the values in the geno files are all listed in the control data under the "genotypes" key. | |||
2024-02-05 | Fix linting and type errors. | Frederick Muriuki Muriithi | |
2024-02-05 | Do general bundle validation and show errors | Frederick Muriuki Muriithi | |
* Display any and all errors on the UI * Move `validate_bundle` to QC module and refactor to use `missing_files` | |||
2024-02-05 | Retrieve list of all files, and list of missing files | Frederick Muriuki Muriithi | |
Add QC a function to list all files listed in the control file, and another to list only the files missing from the bundle. |