Last Modified
2013-06-13 00:59:09 +0000
Requires
  • xmlparser

Description

bio/appl/blast/xmlparser.rb - BLAST XML output (-m 7) parser by XMLParser

Copyright

Copyright (C) 2001 Mitsuteru C. Nakao <n@bioruby.org>

Copyright

Copyright (C) 2003 Toshiaki Katayama <k@bioruby.org>

License

The Ruby License

$Id:$

Description

A parser for blast XML report (format 7) based on the XMLParser. This file is automatically loaded by bio/appl/blast/report.rb if the XMLParser installed.

BioRuby provides two implements of the paser for the blast XML format report (format 7) based on the XMLParser and the REXML.