Dominic Rose | 25 Aug 12:40
Favicon

Bio::Align::DNAStatistics.pm

Hi,

just a short suggestion to improve the code:

in function

sub _build_nt_matrix()

one finds the following lines:

         my $ti_index = $NucleotideIndexes{$ti};
         my $tj_index = $NucleotideIndexes{$tj};

         if( ! defined $ti_index ) {
             print "ti_index not defined for $ti\n";
             next;
         }

However, it should be possible to avoid the printing of that error 
message. Many alignments contain N's what causes many many
"ti_index not defined for N" messages. It should be possible to switch 
that message off.

Thanks,
Dominic

--

-- 
Dominic Rose
Professur für Bioinformatik
Institut für Informatik
(Continue reading)


Gmane