-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
>> Andrew needs 0.4 so if you could send him a few lines that need to be
>> modified,
>> it should be ok, I think
Andrew: you need to open up DatabaseDatabaseConfigUtils.java in the
martj/src/java/org/ensembl/mart/lib/config and find the following lines
(numbers 2526 and 2527):
validatedFilter.setQualifier("=");
validatedFilter.setLegalQualifiers("=");
Change them to this:
validatedFilter.setQualifier(filter.getQualifier());
validatedFilter.setLegalQualifiers(filter.getLegalQualifiers());
Then recompile by cd-ing to martj and typing:
ant jar
All done, hopefully!
cheers,
Richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGp3Nf4C5LeMEKA/QRAouvAKCBbOAwrJZUyc7oi0sPTSSQYMTtwACfQz+b
+qFj1QSx+OYgu2mWZ22WBvs=
=dVZy
-----END PGP SIGNATURE-----