Branch: master
-
Supporting BioRuby version is 2.0.0; Change xmlparser version specifi…
ngoto committedJun 14, 2019 …cation
-
no more rescue LoadError because "xmlparser" should be provided by a gem
ngoto committedJun 13, 2019 -
ngoto committed
Jun 13, 2019
-
Bio::Blast::Report.xmlparser is moved from lib/bio/appl/blast/report.rb
ngoto committedSep 15, 2017 -
xml_set_parameter() is moved to lib/bio/appl/blast/report.rb in bioru…
ngoto committedSep 15, 2017 …by core Because the method xml_set_parameter is also used from the REXML parser.
-
Support for BLAST XML format with multiple queries after blastall 2.2.14
ngoto committedAug 28, 2008 * BLAST XML format with multiple query sequences generated by blastall 2.2.14 or later is now supported. * New methods Bio::Blast::Report#reports, stores Bio::Blast::Report objects corresponding to the multiple query sequences. * New methods Bio::Blast::Report::Iteration#query_id, query_def, and query_len, which are available only for the new format. * New class Bio::Blast::Report::BlastXmlSplitter, flatfile splitter for Bio::FlatFile system. * Bug fix: Bio::Blast::Report#expect returned incorrect value. * Fixed typo and added tests in test/unit/bio/appl/blast/test_report.rb. * Some RDoc documents added/modified.
-
Merging differences between 1.17 and 1.18 into xmplarser.rb and between
ngoto committedMay 12, 2008 1.12 and 1.13 into rexml.rb.
-
-
-
-
-
-
fixed a bug : some data heve been truncated after reference in xml data
ngoto committedSep 29, 2003 -
-
* changed to use common Bio::Blast::Report class (bio/appl/blast/repo…
…rt.rb) * format (-m 7 or -m 8) are automatically determined/detected * all the parsers can be loaded at the same time * added Bio::Blast::Report.{xmlparser,rexml,tab} class methods * fixed some typo in xmlparser.rb methods
-
-
-
* Report#hits corrected (not iterator!)
* Report#statistics actually not removed and will not. :) * test code updated * doc fix.
-
* Bio::Blast::Report * #hits, #message * Bio::Blast::Report::Iteration * #statistics, #message * remove methods * Bio::Blast::Report * statistics
-
* Report#each is changed to iterate on the hits of the last iteration's.
* behavior will not change for blastall (iterates once), just useful for the blastpgp users.
-
* each_iteration, each_hit, each methods are added in Report class.
* compatible methods for Fasta::Report::Hit are added in Hit class. * test code rewrited - common with rexml.rb :)
-
-
* parser separated, API renewal
* supports new genomenet outputs (seems not working though - fixme)