Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example Response Body: {"status":"UNINSTALLED","appVersion":"9.1.3","symbolicName":"org.lorainelab.igb.protannot","igbVersion":"9.1.8"}Note:

Note
There are additional functions for installing and updating apps. Additional information can be found in the IGB code base at https://bitbucket.org/lorainelab/integrated-genome-browser/src/master/.

IGB Control

What it does: Control IGB view by specifying genome, location, track colors, and loading data.
Request Method: GET
URL Parameters: See Bookmark REST API for a full list of parameters.
Example: http://127.0.0.1:7085/IGBControl?version=H_sapiens_Dec_2013&seqid=chr1&start=77050252&end=77050370&loadresidues=false&server_url=
Example Response Body: HTML

Note

...

This endpoint is used by IGB Bookmarks, BioViz Connect, and the eFP-Seq Browser.

IGB Unibrow

What it does: Control IGB view by specifying genome, location, track colors, and loading data.
Request Method: GET
URL Parameters: See Controlling IGB using IGB Links for a full list of parameters.
Example: http://localhost:7085/UnibrowControl?seqid=chr1&end=20636664&start=20633631&version=A_thaliana_Jun_2009
Example Response Body: HTML

...

Example: http://localhost:7085/igbGalaxyDataView?version=hg38&loadresidues=false&feature_url_0=https://usegalaxy.org/display_application/bbd44e69cb8906b51151c168d4af953c/igb_bed/View/11460dee51146854/data/Tophat_on_data_14_and_data_13__splice_junctions.bed&sym_name_0=Tophat_on_data_14_and_data_13__splice_junctions&sym_method_0=https://usegalaxy.org/display_application/bbd44e69cb8906b51151c168d4af953c/igb_bed/View/11460dee51146854/data/Tophat_on_data_14_and_data_13__splice_junctions.bed&query_url=https://usegalaxy.org/display_application/bbd44e69cb8906b51151c168d4af953c/igb_bed/View/11460dee51146854/data/Tophat_on_data_14_and_data_13__splice_junctions.bed&server_url=galaxy
Example Response Body: HTML

Note

...

The Galaxy endpoint uses the Bookmarks and REST API plugin that is also used by the IGB Control and IGB Unibrow endpoints.