Arabidopsis-Information-Portal / ComboTrackSelector

Plugin to allow the co-existence of the Hierarchical and Faceted Track Selectors in the GMOD JBrowse Genome Browser
https://gmod.github.io/jbrowse-registry/demos/JBrowse-1.12.1/?data=../combotrackselector&loc=Chr1:25097503..25120860&tracks=DNA,Genes,1005,159,1013,285,1201
MIT License
7 stars 4 forks source link
jbrowse jbrowse-plugin

AIP ComboTrackSelector v1.0

Description

ComboTrackSelector is a JBrowse plugin that enables both the Hierarchical and Faceted track selectors to co-exist within the scope of JBrowse. The plugin allows for the segregation of the available tracks between the two selectors, which can be customized based on amount of track metadata (e.g. tracks with multiple metadata aspects/facets can be restricted to the Faceted selector only).

The following steps explain how the ComboTrackSelect plugin can be installed and configured to work with JBrowse:

tracks.conf

    [plugins]
    ComboTrackSelector.location += ./plugins/ComboTrackSelector
    ComboTrackSelector.icon += https://gravatar.com/avatar/f5ae7bbffab5fbd56777fee2720c7ee4.png

trackList.json

    "plugins": [
        {
            "name" : "ComboTrackSelector",
            "location" : "./plugins/ComboTrackSelector",
            "icon" : "https://gravatar.com/avatar/f5ae7bbffab5fbd56777fee2720c7ee4.png"
        }
    ]

Once enabled and configured correctly, the ComboTrackSelector should appear as seen below:

ComboTrackSelector Screeshot

Contributors

If you have any questions regarding the usage of this plugin, please write to mailto:araport@jcvi.org