Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Sullivan committed Jan 19, 2015
1 parent e5f7b0e commit 5b98016
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/webapp/region-search/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ Configuration

.. code-block:: properties
genomicRegionSearch.initBatchSize = 10000
genomicRegionSearch.display = true
genomicRegionSearch.service =
genomicRegionSearch.optionsJavascript =
Expand Down Expand Up @@ -110,6 +109,9 @@ Configuration
## Query fields when export results as csv/tsv
genomicRegionSearch.query.Gene.views = {0}.primaryIdentifier,{0}.symbol,{0}.chromosomeLocation.locatedOn.primaryIdentifier,{0}.chromosomeLocation.start,{0}.chromosomeLocation.end,{0}.organism.shortName
genomicRegionSearch.query.Gene.sortOrder = {0}.chromosomeLocation.start asc
## 10,000 is the default value, only set if you want a different value
genomicRegionSearch.initBatchSize = 10000
* Update defaultOrganisms property as needed
* to disable genomic region search, set `genomicRegionSearch.display = false`
Expand Down

0 comments on commit 5b98016

Please sign in to comment.