[Bioperl-l] Graphics::Panel

Bernd Web bernd.web at gmail.com
Thu Nov 15 15:26:42 UTC 2007


Hi,

Has someone been able to access '$description' for the production of
imagemaps with Graphics::Panel?
The map below does not print the "title" tag at all, '$description'
seems not available, although for the tracks ($panel->add_track) it is
available.
$map = $panel->create_web_map($mapname, $linkrule, '$description');

Replacing '$description' with a coderef for the titletag does work, if
I use the code below
my $titlerule = sub { return ($_[0]->each_tag_value('description'))[0] };


I am using bioperl-1.5.2_102; Panel.pm: sub api_version { 1.654 }


Regards,
Bernd



More information about the Bioperl-l mailing list