aboutsummaryrefslogtreecommitdiff
path: root/gn3
AgeCommit message (Expand)Author
2022-03-12Compose csv-diff command within single quotesBonfaceKilz
2022-03-12Delete noisy "print" statementBonfaceKilz
2022-03-12Store the first element as strain_idBonfaceKilz
2022-03-12Append the strain name when extracting "actions"BonfaceKilz
2022-03-12Apply auto-pep8 to sample_data.py and it's test fileBonfaceKilz
2022-03-12Add missing return type-annotationsBonfaceKilz
2022-03-12Update how data is updated by re-using existing functionsBonfaceKilz
2022-03-12Create action dict that's created when updating dataBonfaceKilz
2022-03-12Remove check for inserted data when inserting individual dataBonfaceKilz
2022-03-12Make `_map` a constantBonfaceKilz
2022-03-12Fix faulty SQL query string when deleting case-attributesBonfaceKilz
2022-03-12Explicitly get CaseAttributeId and fix broken sql queryBonfaceKilz
2022-03-12Remove duplicate paramsBonfaceKilz
2022-03-12Remove dead codeBonfaceKilz
2022-03-12Check whether publish data already exists before insertingBonfaceKilz
2022-03-12Fill in empty values in csv text with: "x"BonfaceKilz
2022-03-12Fetch id's separately for the insertion edge-caseBonfaceKilz
2022-03-12Extract a strain name given a csv string and it's headerBonfaceKilz
2022-03-12Allow deleting case-attribute data during deletionBonfaceKilz
2022-03-12Allow inserting case-attribute data during insertsBonfaceKilz
2022-03-12Fetch InbredSetIdBonfaceKilz
2022-03-12Create a new function for retrieving strain_id and publishdata_idBonfaceKilz
2022-03-12Move operations on sample_data to it's own moduleBonfaceKilz
2022-03-12Don't add extra key "Column" to dict if there are no changesBonfaceKilz
2022-03-12Fill CSV text if there are non-even rowsBonfaceKilz
2022-03-12Create new method for filling csv with a default valueBonfaceKilz
2022-03-12Replace "all" with "and"BonfaceKilz
2022-03-12Store columns in the output dictBonfaceKilz
2022-03-12Add methods for working with csv dataBonfaceKilz
2022-03-12db: Fix error in SQL queryBonfaceKilz
2022-03-12Fix pylint errorBonfaceKilz
2022-03-12Append case attributes to csv data if they existBonfaceKilz
2022-03-12db: Extend csv query to fetch case attributesBonfaceKilz
2022-03-12Revert "db: Fetch correct sample data"BonfaceKilz
2022-03-11Fix typing errorsFrederick Muriuki Muriithi
2022-03-11Fix some linting issuesFrederick Muriuki Muriithi
2022-03-08Remove unused function and its testsFrederick 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-25Fix issue where 0's were treated as False for the primary trait inzsloan
2022-02-24gn3: computations: Call Popen with context manager.Arun Isaac
2022-02-24gn3: Explicitly specify UTF-8 to be the file encoding.Arun Isaac
2022-02-21Fix minor issues introduced while fixing linting errorsFrederick Muriuki Muriithi
2022-02-21Fix a myriad of linter issuesFrederick Muriuki Muriithi
2022-02-21Test partial corrs API with mix of existing and non-existing control traitsFrederick Muriuki Muriithi
2022-02-19Test partial corrs endpoint with non-existing control traitsFrederick Muriuki Muriithi
2022-02-18Remove code trying to query non-existent `TempFreeze` tableFrederick Muriuki Muriithi