aboutsummaryrefslogtreecommitdiff
path: root/wqflask
AgeCommit message (Expand)Author
2022-09-30Raise hard-limit on search results to 10k.Arun Isaac
2022-09-30Disregard permissions when displaying search results.Arun Isaac
2022-09-29Fix identation issues in attribute query codezsloan
2022-09-29Curry function passed to Maybe.apply.Arun Isaac
2022-09-29Hard-limit the number of search results.Arun Isaac
2022-09-29Support prefix search and range queries.Arun Isaac
2022-09-29Retrieve year as integer.Arun Isaac
2022-09-29Index prefixed fields and add values.Arun Isaac
2022-09-29Replace MonadicDictCursor with generator function.Arun Isaac
2022-09-29Open xapian database once, but SQL database once for each query.Arun Isaac
2022-09-29Remove empty first line in docstrings.Arun Isaac
2022-09-29Ignore None values early when initializing MonadicDict.Arun Isaac
2022-09-29Return monadic value from MonadicDictCursor.fetchone.Arun Isaac
2022-09-29Abstract out writing documents into a xapian database.Arun Isaac
2022-09-29Close xapian database even if error occurs.Arun Isaac
2022-09-29Remove empty rows, and conversion for outputFrederick Muriuki Muriithi
2022-09-28Do not assume transactions in database connections.Arun Isaac
2022-09-27Fix indentation in get_species_list for-loopzsloan
2022-09-27Unit Test: Fix unit test for Chromosome functions.Frederick Muriuki Muriithi
2022-09-26Add REST API endpoint for viewing a group's genotype file metadatazsloan
2022-09-26Get heatmap and mapping working again with changing to species.pyzsloan
2022-09-26Remove unused database_connection import from species.pyzsloan
2022-09-26Implement global search using xapian.Arun Isaac
2022-09-26Add indexing script for global search.Arun Isaac
2022-09-26Add xapian database connection utilities.Arun Isaac
2022-09-26Generalize sql_uri function to get any setting.Arun Isaac
2022-09-25Fix issue where the display name was used in the hmac for phenotype traitszsloan
2022-09-23Remove click handler on global search.Arun Isaac
2022-09-22Fix bug in GeneUtil.py query where extra quotes caused an errorzsloan
2022-09-22Use passed in cursor instead of initialising a new cursor.Frederick Muriuki Muriithi
2022-09-22Provide database cursor as argument for TheSpecies and ChromosomesFrederick Muriuki Muriithi
2022-09-22Update tests: pass in missing arguments.Frederick Muriuki Muriithi
2022-09-21Added Markers/HumanMarkers import to datasetgroup.py and removed it fromzsloan
2022-09-21Refactor: pass redis and db connections as argumentFrederick Muriuki Muriithi
2022-09-20Make -logP columns uniformzsloan
2022-09-20Make -logP columns uniformzsloan
2022-09-20Re-add collect import to views.pyzsloan
2022-09-20Make Search and Global Search Max -logP columns uniformzsloan
2022-09-20Fix gsearch ProbeSet queryzsloan
2022-09-20Remove global `Dataset_Getter` variableFrederick Muriuki Muriithi
2022-09-20Revert "Use member variable `self.conn` to avoid test failure"Frederick Muriuki Muriithi
2022-09-20Use member variable `self.conn` to avoid test failureFrederick Muriuki Muriithi
2022-09-20integrate use of text filesAlexander_Kabui
2022-09-20store text files in TMPDIRAlexander_Kabui
2022-09-20write probeset datasets to text filesAlexander_Kabui
2022-09-20Decompose file into separate modulesrefactor-data_set_py-20220920Frederick Muriuki Muriithi
2022-09-19Remove commented-out htmlzsloan
2022-09-19Provide fixtures for test. Fix error to pass test.Frederick Muriuki Muriithi
2022-09-19Remove "wrong" assertionsFrederick Muriuki Muriithi
2022-09-19Check paths before running gemma commandFrederick Muriuki Muriithi