aboutsummaryrefslogtreecommitdiff
path: root/gn3
AgeCommit message (Expand)Author
2022-02-17Test partial correlations endpoint with missing data in POST requestFrederick Muriuki Muriithi
2022-02-17Add property tests for `dictify_by_samples`Frederick Muriuki Muriithi
2022-02-08Merge iterations to remove unnecessary computationsFrederick Muriuki Muriithi
2022-02-08Remove multiprocessing for stabilityFrederick Muriuki Muriithi
2022-02-08Give sorting functions more descriptive namesFrederick Muriuki Muriithi
2022-02-08Use multiprocessing to speed up computationFrederick Muriuki Muriithi
2022-02-08Remove unnecessary computationFrederick Muriuki Muriithi
2022-02-08db: traits: Enable deletion of individual sample valuesBonfaceKilz
2022-02-08db: traits: Allow insertions of "0" in resp. sample values tablesBonfaceKilz
2022-02-08db: traits: Insert "count" instead of "error" in "NStrain" tableBonfaceKilz
2022-02-03db: Fetch correct sample dataBonfaceKilz
2022-02-02Remove PublishFreeze from retrieve_publish_trait_info queryzsloan
2022-02-02Fix bug where sample values of 0 were being treated as Falsezsloan
2022-02-02Fix retrieve_publish_trait_data queryzsloan
2022-02-02response object error fixAlexander Kabui
2022-02-02pep8 formattingAlexander Kabui
2022-02-02return 401 on request failAlexander Kabui
2022-02-02refactor code for invoking ctl scriptAlexander Kabui
2022-02-02pep8 formattingAlexander Kabui
2022-02-02new line fixAlexander Kabui
2022-02-02fix comprehension listAlexander Kabui
2022-01-22process ctl plot data imgAlexander Kabui
2022-01-22read stdout data;handle exceptionsAlexander Kabui
2022-01-22generate required json data for ctl apiAlexander Kabui
2022-01-22add endpoint for ctlAlexander Kabui
2022-01-22init file to call ctl scriptAlexander Kabui
2022-01-12Update return type. Remove duplicate import.Frederick Muriuki Muriithi
2022-01-12Indent code correctlyFrederick Muriuki Muriithi
2022-01-12Deduplicate query to fetch data for 'Publish' traitsFrederick Muriuki Muriithi
2022-01-10Check for path existenceFrederick Muriuki Muriithi
2022-01-10Fix dataset retrieval query for `Geno` traitsFrederick Muriuki Muriithi
2022-01-10Use the correct letter case for the keysFrederick Muriuki Muriithi
2022-01-10Surround statement with parens for readabilityFrederick Muriuki Muriithi
2022-01-10Indicate that string is an f-stringFrederick Muriuki Muriithi
2022-01-10Convert keys to stringFrederick Muriuki Muriithi
2022-01-10Remove all pairs with 'None' as the valueFrederick Muriuki Muriithi
2022-01-10Fix error in query: Replace '=' with 'IN'Frederick Muriuki Muriithi
2022-01-10Replace unoptimised function with optimised oneFrederick Muriuki Muriithi
2022-01-10Convert NaN to NoneFrederick Muriuki Muriithi
2022-01-10Add optimised entry for partial correlationsFrederick Muriuki Muriithi
2022-01-10Rework database functions to fetch multiple itemsFrederick Muriuki Muriithi
2022-01-05Merge pull request #64 from jgarte/type-hint-normalize-valuesBonfaceKilz
2022-01-05Merge branch 'main' into fix/check-for-duplicates-before-deletions-or-insertionsBonfaceKilz
2022-01-05Fix pylint errorsBonfaceKilz
2022-01-04traits.py: Don't use "value" to check if a record existsBonfaceKilz
2022-01-04traits.py: Return early during an insert if the give record existsBonfaceKilz
2022-01-04traits.py Delete a record only if it existsBonfaceKilz
2021-12-24Fix typing errorsFrederick Muriuki Muriithi
2021-12-24Fix linting errorsFrederick Muriuki Muriithi
2021-12-24Fix sortingFrederick Muriuki Muriithi