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

NAME

Bio::MLST::OutputFasta

SYNOPSIS

Take in two hashes, both containing sequence names and sequences and output fasta files.

DESCRIPTION

use Bio::MLST::OutputFasta;

my $output_fasta = Bio::MLST::OutputFasta->new( matching_sequences => \%matching_sequences, non_matching_sequences => \%non_matching_sequences, output_directory => '/path/to/output', input_fasta_file => '/path/to/fasta' ); $output_fasta->create_files();

CONTACT

path-help@sanger.ac.uk