aboutsummaryrefslogtreecommitdiff
path: root/gn3/api
AgeCommit message (Expand)Author
2022-03-30Revert "Run json.loads on request.get_json, since request.get_json was just r...Frederick Muriuki Muriithi
2022-03-28Run json.loads on request.get_json, since request.get_json was just returning...zsloan
2022-03-22Fixes pylint errorszsloan
2022-03-22Fix issue that causes R/qtl to always run pair-scan even if pair-scan isn't s...zsloan
2022-03-22Added genofile name to inputs for processing R/qtl pair-scan results, since i...zsloan
2022-03-22Fix imports to import both process_rqtl_mapping and process_rqtl_pairscan in ...zsloan
2022-03-22Added pairscan boolean kwarg and process_rqtl_pairscan function for reading i...zsloan
2022-03-11Fix some linting issuesFrederick Muriuki Muriithi
2022-03-08Fix tests, and issues caught by testsFrederick Muriuki Muriithi
2022-03-08Create database connections within context managersFrederick Muriuki Muriithi
2022-03-04Automatically decode Redis stringsFrederick Muriuki Muriithi
2022-03-03Add endpoint for checking state of external processesFrederick Muriuki Muriithi
2022-03-03Run partial correlations in an external processFrederick Muriuki Muriithi
2022-02-21Fix a myriad of linter issuesFrederick Muriuki Muriithi
2022-02-18Test partial correlations endpoint with non-existent primary traitsFrederick Muriuki Muriithi
2022-02-17Test partial correlations endpoint with missing data in POST requestFrederick Muriuki Muriithi
2022-02-02response object error fixAlexander Kabui
2022-02-02pep8 formattingAlexander Kabui
2022-02-02return 401 on request failAlexander Kabui
2022-02-02pep8 formattingAlexander Kabui
2022-02-02new line fixAlexander Kabui
2022-01-22generate required json data for ctl apiAlexander Kabui
2022-01-22add endpoint for ctlAlexander Kabui
2022-01-10Convert NaN to NoneFrederick 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-24Add API endpoint for partial correlationsFrederick Muriuki Muriithi
2021-12-17Add API endpoint for partial correlationsFrederick Muriuki Muriithi
2021-12-02Implement dataset metadata API endpoint.Arun Isaac
2021-10-19Enable vertical and horizontal heatmapsFrederick Muriuki Muriithi
2021-10-12Merge branch 'main' of https://github.com/genenetwork/genenetwork3 into bug/f...zsloan
2021-09-27fix merge conflictsAlexander Kabui
2021-09-27Remove unnecessary variable.Frederick Muriuki Muriithi
2021-09-23minor fixes for endpointAlexander Kabui
2021-09-22Fix pylint errorsFrederick Muriuki Muriithi
2021-09-22Update check: Heatmaps need at least 2 itemsFrederick Muriuki Muriithi
2021-09-22Return serialized plotly figureFrederick Muriuki Muriithi
2021-09-22jsonify resultsAlexander Kabui
2021-09-20Enable Cross-Origin Resource SharingFrederick Muriuki Muriithi
2021-09-20Return only the dataFrederick Muriuki Muriithi
2021-09-17Return path to generated filename for nowFrederick Muriuki Muriithi
2021-09-16pass user input to call scriptAlexander Kabui
2021-09-16Intergrate the heatmap generation with the APIFrederick Muriuki Muriithi
2021-09-16add initial endpoint for wgcnaAlexander Kabui
2021-09-03Add covarstruct as a possible keyword for the rqtl_wrapper.R script (not inte...zsloan
2021-08-18Fix obvious linting errorsMuriithi Frederick Muriuki
2021-08-17Fix obvious linting errorsMuriithi Frederick Muriuki
2021-08-11use normal function for correlation (#34)Alexander Kabui
2021-08-07Add gunicorn support for productionPjotr Prins
2021-06-18Fixed pylint issueszsloan