@gmod/jbrowse
Version:
JBrowse - client-side genome browser
34 lines (18 loc) • 685 B
Markdown
This plugin is designed to draw intron hats to features and subfeatures of HTMLFeatures tracks.

Add the plugin declaration to the config file as follows
"plugins": [
"NeatHTMLFeatures"
],
See http://gmod.org/wiki/JBrowse_FAQ#How_do_I_install_a_plugin for more details
{
"label": "Genes",
"type": "NeatHTMLFeatures/View/Track/NeatFeatures",
"urlTemplate" : "tracks/ReadingFrame/{refseq}/trackData.json"
"storeClass": "JBrowse/Store/SeqFeature/NCList"
}
Gradients are not enabled currently just due to a refactoring