NAME
NormaliseFasta - Take in a Fasta file, check for invalid characters and build a corrected file if needed. This is needed for NCBI makeblastdb which doesnt like the pipe character in the sequence name
SYNOPSIS
use Bio::MLST::NormaliseFasta;
my $output_fasta = Bio::MLST::NormaliseFasta->new( fasta_filename => 'Filename.fasta'
); $output_fasta->processed_fasta_filename();