Running pairwise alignment: $factory = new Bio::Tools::pSW(); $aln = $factory->pairwise_alignment($seq1, $seq2); Is there a way to get the alignment score? Thanks, Max.