- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-hierarchicalcheckbox HierarchicalCheckboxPlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.HierarchicalCheckboxPlugin]
location = full-path-to-plugin/HierarchicalCheckboxPlugin
- See plugin repository for usage information.
- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-methylation MethylationPlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.MethylationPlugin]
location = full-path-to-plugin/MethylationPlugin
isAnimal = false
extendedModifications = false
- See plugin repository for additional configuration options and usage information.
- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-motifdens MotifDensityPlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.MotifDensityPlugin]
location = full-path-to-plugin/MotifDensityPlugin
- See plugin repository for usage information.
The screenshot plugin DOES NOT work for the desktop version of JBrowse because internet-accessible URLs are necessary to create the screenshot.
- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-seqview SeqViewsPlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.SeqViewsPlugin]
location = full-path-to-plugin/SeqViewsPlugin
- See plugin repository for usage information.
- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-smallrna SmallRNAPlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.SmallRNAPlugin]
location = full-path-to-plugin/SmallRNAPlugin
isAnimal = false
- See plugin repository for additional configuration options and usage information.
- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-strandedplot StrandedPlotPlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.StrandedPlotPlugin]
location = full-path-to-plugin/StrandedPlotPlugin
- See plugin repository for usage information.
- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-trackscores TrackScorePlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.TrackScorePlugin]
location = full-path-to-plugin/TrackScorePlugin
- See plugin repository for usage information.
This plugin will work for Desktop JBrowse, but is not recommended to be used. The primary goal of the Wiggle SVG Plot Plugin is for screenshots with the Screenshot Plugin and the Screenshot Plugin does not work for Desktop JBrowse.
- In destination directory, run
git clone https://github.com/bhofmei/jbplugin-yscale YScaleMenuPlugin
- In tracks.conf of datset directory to be opened in Desktop JBrowse, add
[plugins.YScaleMenuPlugin]
location = full-path-to-plugin/YScaleMenuPlugin
- See plugin repository for usage information.