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

NAME

Bio::Graphics::Browser2::Plugin::TrackFinder - Limit list of tracks to those that mention keywords

SYNOPSIS

In the appropriate gbrowse configuration file:

 plugin = TrackFinder

 [TrackFinder:plugin]
 category      = 1
 citation      = 1
 keywords      = 1

DESCRIPTION

This plugin activates a panel above the tracks table that allows the user to filter the tracks according to typed keywords. The fields to search are hard-coded to "key", "citation", "keywords", "subtack select labels". Or they can be configured as shown above

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.

OPTIONS

None

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.