logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::Graphics::Browser2::Render -- Provide methods to render regions

Contents

Name

       Bio::Graphics::Browser2::Render -- Provide methods to render regions

   plugin_setting()
          $value = = $browser->plugin_setting("option_name");

       When called in the context of a plugin, returns the setting for the requested option.  The option must be
       placed in a [PluginName:plugin] configuration file section:

         [MyPlugin:plugin]
         foo = bar

       Now within the MyPlugin.pm plugin, you may call $browser->plugin_setting('foo') to return value "bar".

perl v5.40.0                                       2024-10-20               Bio::Graphics::Browser2::Render(3pm)

See Also