aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-15Feature/refactored pca (#79)Alexander Kabui
2022-03-14Dummy White Space commit to fix laminarBonfaceKilz
2022-03-14Sort import linesBonfaceKilz
2022-03-14Only loop through the diff's modifications if it existsBonfaceKilz
2022-03-14Given a csv text and permissible headers, extract invalid headersBonfaceKilz
2022-03-14Get all permissible column dataBonfaceKilz
2022-03-12Fix pylint errors in unit_testsBonfaceKilz
2022-03-12Remove unused importsBonfaceKilz
2022-03-12Fix mypy issuesBonfaceKilz
2022-03-12Fix pylint issuesBonfaceKilz
2022-03-12README: Replace "unit-test" instructions with "pytest"BonfaceKilz
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-12Add test cases for inserting and deleting 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-12Remove test cases related to sample dataBonfaceKilz
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-12Test edges cases for csv files when running csvdiffBonfaceKilz