aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-16Run computation in one-shot asynchronous processFrederick Muriuki Muriithi
2022-05-16Enable running the worker in "one-shot" modeFrederick Muriuki Muriithi
2022-05-06Fix linting and typing errorsFrederick Muriuki Muriithi
2022-05-06Hook up pcorrs with target traits computationsFrederick Muriuki Muriithi
2022-05-05Compute partial correlation with selected traitsFrederick Muriuki Muriithi
2022-05-05Extract common error checking. Rename function.Frederick Muriuki Muriithi
2022-05-05Link to continuous deployment in README.Arun Isaac
2022-05-03Refactor: Remove unnecessary loopFrederick Muriuki Muriithi
2022-04-29Replace whole header with the longest one, instead of just thezsloan
2022-04-29Get max string length instead when comparing headerszsloan
2022-04-12Delete "get_allowable_sampledata_headers"BonfaceKilz
2022-04-12Strip any newline, tab or carriage-return chars from sample dataBonfaceKilz
2022-04-12Test that a carriage return is removed when generating csvBonfaceKilz
2022-04-07Fix pylint errorsBonfaceKilz
2022-04-07Fix mypy errorBonfaceKilz
2022-04-07Use case attribute id inside brackets if present during insertionsBonfaceKilz
2022-04-07Use case attribute id inside brackets if present during insertionsBonfaceKilz
2022-04-07Use case attribute id inside brackets if present during updatesBonfaceKilz
2022-04-07Add method for fetching the case_attributesBonfaceKilz
2022-04-07Run python black on fileBonfaceKilz
2022-04-07Add method for parsing a csv header from uploaded sample-data fileBonfaceKilz
2022-04-01Run python-black in fileBonfaceKilz
2022-03-30Revert "Run json.loads on request.get_json, since request.get_json was just r...Frederick Muriuki Muriithi
2022-03-29guix.scm: Remove unused modules.Frederick Muriuki Muriithi
2022-03-29Remove unused moduleFrederick Muriuki Muriithi
2022-03-28Run json.loads on request.get_json, since request.get_json was just returning...zsloan
2022-03-24Test Fixture: Create new test database and get connection to itFrederick Muriuki Muriithi
2022-03-23Run python-black on file and fix other pylint issues.BonfaceKilz
2022-03-22Merge pull request #29 from zsloan/feature/add_rqtl_pairscanzsloan
2022-03-22Merge branch 'feature/add_rqtl_pairscan' of https://github.com/zsloan/genenet...zsloan
2022-03-22Change order of if statements for running genoprob commandzsloan
2022-03-22Fixes pylint errorszsloan
2022-03-22Fixed mypy typing errorszsloan
2022-03-22Tried to make the docstrings more consistentzsloan
2022-03-22Add typing to some functionszsloan
2022-03-22Add functions for getting proximal/distal markers for each pseudomarker posit...zsloan
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-22Removed quotes from beginning and end of chromosome stringzsloan
2022-03-22Fixed a cople function calls to use the updated function nameszsloan
2022-03-22Create pairscan_for_figure and pairscan_for_table functions that return the D...zsloan
2022-03-22Updated rqtl_wrapper to also return a map file when doing a pair-scan (since ...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-22Added line priting pair-scan results to CSV and changed the default step-size...zsloan
2022-03-22- Added scan_func function that determines whether scanone or scantwozsloan
2022-03-22Added option for running pairscan to rqtl_wrapper.Rzsloan
2022-03-18README: Update CI badge subdomain.Arun Isaac
2022-03-18Clean all csv fields before diffingBonfaceKilz
2022-03-18Create new function for cleaning individual fields in csv textBonfaceKilz