NAME

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

SYNOPSIS

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();