The GEMINI browser interfaceΒΆ

Currently, the majority of GEMINI’s functionality is available via a command-line interface. However, we are developing a browser-based interface for easier exploration of GEMINI databases created with the gemini load command.

Ironically, as of now, one must launch said browser from the command line as follows (where my.db should be replaced with the name of the GEMINI database you would like to explore).

$ gemini browser my.db

At this point, the GEMINI browser is running on port 8088 on your local machine. Open a web browser to http://localhost:8088/query You should see something like:

../_images/browser-query.png
comments powered by Disqus

Previous topic

Built-in analysis tools

Next topic

The Gemini database schema

This Page

Edit and improve this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to The GEMINI browser interface on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.