Age | Commit message (Expand) | Author |
---|---|---|
2024-02-20 | Track filename in the errors...R/qtl2 bundles can contain more than one file, of the same type. When errors are encountered in any of the files, we need to be able to inform the user which file it is, in addition to the line and column number. | Frederick Muriuki Muriithi |
2024-02-12 | Provide the key for each file listed in the control file. | Frederick Muriuki Muriithi |
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...Add a function to ensure the values in the geno files are all listed in the control data under the "genotypes" key. | Frederick Muriuki Muriithi |
2024-02-05 | Fix linting and type errors. | Frederick Muriuki Muriithi |
2024-02-05 | Retrieve list of all files, and list of missing files...Add QC a function to list all files listed in the control file, and another to list only the files missing from the bundle. | Frederick Muriuki Muriithi |