GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
463 stars 199 forks source link

Customize the main menu bar #1391

Closed Julboteroc closed 5 years ago

Julboteroc commented 5 years ago

Hi I would like to customize the main menu bar like this https://popfly.uab.cat/?loc=2L%3A1..23011544&tracks=DNA%2Cgene_annotations%2Cinversions%2Crecombination%2CRRC_100kb&highlight= I know that I have to add the Plugin RegexSequenceSearch, but I do not know what to edit. Should I edit the plugin, the tracklist.json or JBrowse.conf?. How can I change color, words, style, etc.. ? Thanks

cmdcolin commented 5 years ago

The most common way to add changes is via a jbrowse plugin. JBrowse plugins can include CSS and javascript to customize the main menu bar. Here is a short FAQ entry to add entries to the main menu bar. https://jbrowse.org/docs/faq.html#how-do-i-customize-the-main-menu-bar

I don't necessarily have advice ready on how to customize the look and feel of the menu bar like this link has. I might just email that group to see if they have advice. Plugins can add CSS to customize the look and feel.

cmdcolin commented 5 years ago

If it is not immediately obvious from my above answer, it does not simply involve editing the configs.

cmdcolin commented 5 years ago

I might close for now. If there are other questions let me know