Skip to content

Commit

Permalink
Update jbrowse.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Sullivan committed Jan 14, 2015
1 parent 2edee3b commit 0a94315
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/webapp/third-party-tools/jbrowse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,18 @@ Point JBrowse at your InterMine

Add your new mine-based dataset to your configuration file. For example to add *D. melanogaster* data from FlyMine_ as a JBrowse dataset, the following configuration in `jbrowse_conf.json` would suffice:

.. include:: /webapp/third-party-tools/jbrowse_conf.json
:code: json
.. code-block:: json
{
"datasets": {
"FlyMine-7227": {
"url": "?data=http://www.flymine.org/query/service/jbrowse/config/7227",
"name": "FlyMine"
},
...
}
}
Once in place, you can visit your JBrowse `index.html` and see the data from FlyMine_.

Expand Down

0 comments on commit 0a94315

Please sign in to comment.