Skip to content

bhofmei/jbplugin-trackscores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track Score Plugin

This is a JBrowse plugin

this plugin is to be used to add a menu option for XYPlot and MethylXYPlot tracks that allows the user to change the y-axis limits without needing to edit the config file

Install

For JBrowse 1.11.6+ in the JBrowse/plugins folder, type:
git clone https://github.com/bhofmei/jbplugin-trackscores.git TrackScorePlugin

Activate

Add this to jbrowse.conf under [GENERAL]:

[ plugins.TrackScorePlugin ]
location = plugins/TrackScorePlugin

If that doesn't work, add this to jbrowse_conf.json:

"plugins" : {
    "TrackScorePlugin" : { "location" : "plugins/TrackScorePlugin" }
}

Usage

For all quantitative tracks, there will now be an additional menu option "Change score range", which can be used to change the autoscale and/or min/max options without needing to manually edit the configuation.

Track menu

This opens a dialog box where the user can select between the autoscale options "Global", "Local", and "Clipped global" or manually set the y-axis limits.

Dialog box

About

plugin that adds menu options to change track scores

Resources

License

Stars

Watchers

Forks

Packages

No packages published