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 6, 2015
1 parent f9c5a98 commit d9b1951
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/database/database-building/post-processing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,20 @@ Looks at gene locations on chromosomes and calculates new IntergenicRegion featu

*Should I use it?* Yes, if you have loaded genome annotation and think IntergenicRegions sound useful.

create-location-overlap-index
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create a GIST index on the location table to help with overlap queries.

*Should I use it?* Yes, if you have genome annotation and would like to query overlaps. You must have bioseg installed unless you are using Postgres 9.2 or later. See ::doc::`here data-model/overlaps/`_ for details.


create-bioseg-location-index
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create a bioseg GIST index on the location table to help with overlap queries.
Deprecated.

*Should I use it?* Yes, if you have genome annotation and would like to query overlaps and have [BiosegInstallation bioseg] installed.
*Should I use it?* No. Use `create-location-overlap-index` instead.

create-overlap-view
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit d9b1951

Please sign in to comment.