You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
At the moment, NGB allows to specify application layout via layout URL parameter, which defines the panels visibility, size, position, etc.. This parameter is quite "heavy", while for some cases user just wants to configure panels visibility only.
Approach
Let's introduce panels parameter - a JSON array of panels identifiers. NGB should display only listed panels at the startup:
Background
At the moment, NGB allows to specify application layout via
layout
URL parameter, which defines the panels visibility, size, position, etc.. This parameter is quite "heavy", while for some cases user just wants to configure panels visibility only.Approach
Let's introduce
panels
parameter - a JSON array of panels identifiers. NGB should display only listed panels at the startup:A list of valid identifiers:
browser
datasets
variants
blast
bookmark
genes
heatmap
motifs
pathways
strainLineage
Other options
Let's also introduce
hideMenu=<on/off>
parameter that configures left menu visibility. Ifon
value is passed, NGB main menuwill be hidden.
The text was updated successfully, but these errors were encountered: