aboutsummaryrefslogtreecommitdiff
path: root/gn3
AgeCommit message (Expand)Author
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
2021-12-24Return the correlation method usedFrederick Muriuki Muriithi
2021-12-24Replace `NaN` with `null` in JSON stringFrederick Muriuki Muriithi
2021-12-24Encode the data to JSON and set the status codeFrederick Muriuki Muriithi
2021-12-24Reduce the total amount of data to be outputFrederick Muriuki Muriithi
2021-12-24Add dataset type to the resultsFrederick Muriuki Muriithi
2021-12-24Add API endpoint for partial correlationsFrederick Muriuki Muriithi
2021-12-23db: Assist mypy with explicit type declaration.Arun Isaac
2021-12-23db: Fix sparql_query return type.Arun Isaac
2021-12-23db: Fix wrong continued indentation.Arun Isaac
2021-12-17Add "success" status to final computation resultsFrederick Muriuki Muriithi