[Bioperl-l] Bio::Tools::Spidey::Results.pm bug fix
Ryan Golhar
golharam at umdnj.edu
Tue Feb 15 12:31:11 EST 2005
I found a bug in the Spidey module I wrote and have a fix for it. Here
is the diff output:
--- Results.old 2005-02-15 12:17:18.000000000 -0500
+++ Results.pm 2005-02-15 12:15:45.000000000 -0500
@@ -222,7 +222,7 @@
}
next;
};
- /^Number\sof\sexons:\s(\d+)/ && do {
+ /^Number\sof\sexons:\s(\d+)/ && ($exoncount == -1) && do
{
$exoncount = $1;
my ($genomic_start, $genomic_stop, $cdna_start,
$cdna_stop, $id, $mismatches, $gaps, $splice_donor, $splice_acceptor,
$uncertain);
If someone is able to commit these changes, I'd appreciate it. Thanks,
Ryan
More information about the Bioperl-l
mailing list