NAME Bio::MLST::OutputFasta =head1 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(); =head1 CONTACT path-help@sanger.ac.uk