-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Robert.

We are considering putting this function back in for 0.6.

In the meantime you can work around it by modifying the HTML formatter
code in your local copy.

Line 131 of biomart-perl/lib/Formatter/HTML.pm looks like this:

push @{$new_row},$$row[$$attribute_positions[$i]];

Before the above statement, you should insert a new line of code:

$$row[$$attribute_positions[$i]] =~ s/\|/\<br\/\>/g;

This will change all | symbols into newlines in all results for all
attributes when the HTML formatter is used.

cheers,
Richard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGE7vk4C5LeMEKA/QRAkTwAJ9SjizB9ncNptOHgPvblJHWe36uGACdELl3
crrRCm8J9o+ttjwXSCa7s7g=
=R8wl
-----END PGP SIGNATURE-----

Reply via email to