JBrowse
InterMine 1.3.1 supports the JBrowse REST web-service specification (see configuring JBrowse), which means that you can run a JBrowse installation directly off the InterMine web-services.
This documentation has been tested with JBrowse-1.16.4.
#
Build Your InterMine DatabaseIf you want to be able to have a hierarchical view of your features on JBrowse, add this to the <post-processing>
section of your project XML file and then build your database:
See Post processing for details.
#
Install JBrowseYou will need an installation of JBrowse for this task. Instructions on doing this can be found at installing JBrowse.
Note: you need to set
in the index.html file of your JBrowse installation.
#
Add JBrowse to InterMineTo add JBrowse to your report pages you need to install the JBrowse BlueGenes tool. Please replace the default URL value (https://jbrowse.intermine.org/?data=
) in the config.json
configuration file with the URL of your JBrowse installation.
Please note that if you are still using the old interface you should refer to the relevant documentation (4.0).
#
Point JBrowse at your InterMineAdd 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:
Once in place, you can visit your JBrowse index.html
and see the data from FlyMine.
#
Configuring InterMine's JBrowse integrationBy default, all InterMine classes that inherit from the SequenceFeature model class will have tracks.
We intend to implement some JBrowse configuration properties in BlueGenes in the future (for a full list of such properties, please see the canvas section of the JBrowse Configuration Guide).