aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd fredmanglis' key to the keyringFrederick Muriuki Muriithi18 months
load-raw-data-no-parsingFix bug: fetch from cursor, not return from cursor.execute(…)Frederick Muriuki Muriithi16 months
mainFix entry/selection of population families.Frederick Muriuki Muriithi5 days
rework-species-selectionAdd missing scripts.Frederick Muriuki Muriithi5 months
rewrite-rqtl2-qcSave errors for each file in lists. Parallelise error checking.Frederick Muriuki Muriithi11 months
test-resumablejsDisplay error better.Frederick Muriuki Muriithi12 months
update-templates-for-bootstrapFix tests and issues caught by tests.Frederick Muriuki Muriithi13 months
 
 
AgeCommit messageAuthor
2024-02-28Fix bug: fetch from cursor, not return from cursor.execute(…)load-raw-data-no-parsingFrederick Muriuki Muriithi
2024-02-27Remove use of instance path in configurations.Frederick Muriuki Muriithi
2024-02-21Check that samples/cases are consistent•••Ensure that **ALL** samples/cases/individuals mentioned in any of the pheno files actually exist in at least one of the geno files. Frederick Muriuki Muriithi
2024-02-21Pass 'filename' value to error checker function.Frederick Muriuki Muriithi
2024-02-20Track 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-20Generalise fetching of samples/cases/individuals.Frederick Muriuki Muriithi
2024-02-20Read samples from geno file.Frederick Muriuki Muriithi
2024-02-20Read each file separately•••Provide the function 'read_file_data' in the 'r_qtl.r_qtl2' module to read each file in the bundle separately. The function 'file_data' in the 'r_qtl.r_qtl2' module reads *ALL* the files of a particular type (e.g. geno files) and returns a single generator object with the data from *ALL* the files. This does not render itself very useful for error checking. We needed a way to check for errors, and report them for each and every file in the bundle, for easier tracking and fixing. Frederick Muriuki Muriithi
2024-02-20Stand-alone function to read control file•••Add a function that, given the path to the zip file, will read the control data. It creates its own context manager. Frederick Muriuki Muriithi
2024-02-16Replace genotype codes with values in control file.Frederick Muriuki Muriithi
[...]