The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bio::Gonzales::Graphics::BLAST - make your blast result nice

SYNOPSIS

Bio::Gonzales::Graphics::BLAST qw(render);

DESCRIPTION

OPTIONS

SUBROUTINES

$raw_image_data = render($file, \%options)
$raw_image_data = render($fh, \%options)

Reads $file or uses $fh to get the results. Renders the results either as png or as svg graphics.

%standard_options = (
    blast_format => 'blast',
    img_format =>  'png',
    evalue => undef,
);

SEE ALSO

AUTHOR

jw bargsten, <joachim.bargsten at wur.nl>