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::MLST::Spreadsheet::File - Create a file representation of the ST results for multiple fasta files.

VERSION

version 2.1.1706216

SYNOPSIS

Create a file representation of the ST results for multiple fasta files.

use Bio::MLST::Spreadsheet::File;
my $spreadsheet = Bio::MLST::Spreadsheet::File->new(
  spreadsheet_rows => [],
  output_directory => '/path/to/outputdir',
  spreadsheet_basename => 'abc'
);

$spreadsheet->create();

METHODS

create

Create a spreadsheet file of results.

SEE ALSO

AUTHOR

Andrew J. Page <ap13@sanger.ac.uk>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Wellcome Trust Sanger Institute.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007