[Bioperl-l] bioperl-db bugs
Elia Stupka
elia@ebi.ac.uk
Fri, 19 Oct 2001 12:03:02 +0100 (BST)
Hello there,
I am trying to fix the bugs that Alex reported.
There is quite a few:
1)There is a strange one, Jason tell me if you seewhat you were trying to
do here:
In Bio/DB/Map/SQL/MarkerAdaptor.pm you write:
my (undef,$chrom) = ( $marker->chrom =~ /(chr)?(X|Y|UL|\d+)/ );
which perl doesn't like. I changed it to:
my ($go,$chrom) = ( $marker->chrom =~ /(chr)?(X|Y|UL|\d+)/ );
2)Also, the marker-db.sql file had lots of commas on the last lines of the
create statements, which made mysql die, I have fixed that.
3)The sql statements in the Adaptor were failing because statements were
made on columns named mapid rather than map_id, name rather than map_name
as in the sql file
4)The marker schema seems to have changed radically , but not the
MarkerAdaptor.
I am making fixes as we speak, but Jason maybe there is stuff you have not
committed?
Elia
******************************
* http://www.ebi.ac.uk/~elia *
* tel: +44 1223 49 44 31 *
* mobile: +44 7971 59 03 69 *
* fax: +44 1223 49 44 68 *
******************************