[Bioperl-guts-l] [Bug 2159] parsing xml blast results hit-description
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Tue Dec 5 15:05:58 EST 2006
http://bugzilla.open-bio.org/show_bug.cgi?id=2159
------- Comment #1 from jcwang at cs.ucsd.edu 2006-12-05 15:05 -------
Actually any ampersand (&) characters will break the parsing. I made a super
hacky patch of removing the & character in the blastxml.pm file before handing
it off to the parser. I just added "tr/&/ /" prior to parsing.
--
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- 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