25 Aug 12:40
Bio::Align::DNAStatistics.pm
From: Dominic Rose <dominic <at> bioinf.uni-leipzig.de>
Subject: Bio::Align::DNAStatistics.pm
Newsgroups: gmane.comp.lang.perl.bio.general
Date: 2008-08-25 10:40:42 GMT
Subject: Bio::Align::DNAStatistics.pm
Newsgroups: gmane.comp.lang.perl.bio.general
Date: 2008-08-25 10:40:42 GMT
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)
RSS Feed