Skip to content

Commit

Permalink
Add mate.name to LGVSyntenyDisplay feature mouseovers (#4693)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin authored Nov 27, 2024
1 parent b320601 commit ebcb20d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ import type PluginManager from '@jbrowse/core/PluginManager'
function configSchemaF(pluginManager: PluginManager) {
return ConfigurationSchema(
'LGVSyntenyDisplay',
{},
{
mouseover: {
type: 'string',
defaultValue:
'jexl:(get(feature,"name")||"")+ "<br/>" + (get(feature,"mate").name||"")',
},
},
{
/**
* #baseConfiguration
Expand Down

0 comments on commit ebcb20d

Please sign in to comment.