The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bio::Graphics::Browser2::Plugin::SimpleTrackFinder - Limit list of tracks to those that match a name pattern

SYNOPSIS

In the appropriate gbrowse configuration file:

 plugin = SimpleTrackFinder

DESCRIPTION

This plugin activates a panel above the tracks table that allows the user to filter the tracks according to a name or part of a name. The user is shown a textfield in which he or she can type a search string. When the user presses the "Configure" button, the tracks table is filtered to show only tracks that match the search string.

Note that this only affects the display of track names. Tracks that were previously turned on will stay on, but their entries will be invisible in the tracks table. The user can still turn them off by clicking on the individual track's configure or (-) buttons.

BUGS

None known yet.

SEE ALSO

Bio::Graphics::Browser2::Plugin

AUTHOR

Lincoln Stein <lincoln.stein@gmail.com>.

Copyright (c) 2009 Ontario Institute for Cancer Research

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.