[Bioperl-guts-l] [Bug 1811] Bug in Column & Row output from
Bio::Matrix::Generic
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Mon Jun 13 20:51:37 EDT 2005
http://bugzilla.open-bio.org/show_bug.cgi?id=1811
------- Additional Comments From avsmith at gmail.com 2005-06-13 20:51 -------
Hmmm.....
When I run this same code, I get:
==
[albert at PowerBook-G4:albert] $ ./matrix.pl
Number_rows: 2 Row_names: x y a b
==
Could it be some MacOS specific issue?
==
Here is what I see with Data::Dumper.
%matrix = bless( (
'_rownames' => [
'x',
'y',
'a',
'b'
],
'_rownamesmap' => {
'a' => 0,
'b' => 1
},
'_colnamesmap' => {
'y' => 1,
'a' => 2,
'b' => 3,
'x' => 0
},
'_colnames' => $matrix{'_rownames'},
'_values' => [
[
[],
[]
],
[
[],
[]
]
]
), 'Bio::Matrix::Generic' );
-a
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Bioperl-guts-l
mailing list