Skip to content

Commit

Permalink
Add empty lines to make lists render as actual lists in sphinx.
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Jun 17, 2019
1 parent 4cdb4ef commit a137326
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/modules/browser/lookups.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,21 @@ def get_awesomebar_result(dataset:str, query:str, ds_version:str=None):
Parse the search input.
Datatype is one of:
* `gene`
* `transcript`
* `variant`
* `dbsnp_variant_set`
* `region`
Identifier is one of:
* ensembl ID for gene
* variant ID string for variant (eg. 1-1000-A-T)
* region ID string for region (eg. 1-1000-2000)
Follow these steps:
* if query is an ensembl ID, return it
* if a gene symbol, return that gene's ensembl ID
* if an RSID, return that variant's string
Expand Down

0 comments on commit a137326

Please sign in to comment.