Hi,
This is a fix for at totally different issue we bumped into:
Index: ./BioMart/Configuration/DBLocation.pm
===================================================================
RCS file:
/cvsroot/CVSmaster/biomart-plib/BioMart/Configuration/DBLocation.pm,v
retrieving revision 1.6.2.1
diff -w -r1.6.2.1 DBLocation.pm
108c108
< {InactiveDestroy => 1}
---
> {RaiseError => 1, InactiveDestroy => 1,
LongReadLen => 30000}This was needed in order to prevent truncation of sequence data. Regards, Marc
