[BioRuby-cvs] bioruby ChangeLog,1.27,1.28
Naohisa Goto
ngoto at pub.open-bio.org
Sun Aug 7 01:47:12 EDT 2005
Update of /home/repository/bioruby/bioruby
In directory pub.open-bio.org:/tmp/cvs-serv16806
Modified Files:
ChangeLog
Log Message:
added old Changelog modified by ngoto
Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** ChangeLog 11 Jul 2005 09:37:33 -0000 1.27
--- ChangeLog 7 Aug 2005 05:01:43 -0000 1.28
***************
*** 12,15 ****
--- 12,33 ----
* gemspec.rb: newly added RubyGems spec file.
+ 2005-06-21 Naohisa Goto <ng at bioruby.org>
+
+ * lib/bio/appl/blast/report.rb
+
+ Newly added support for reading BLAST -m 7 result files
+ through Bio::FlatFile by adding
+ DELIMITER = "</BlastOutput>\n" to Bio::Blast::Report class.
+ (Note that tab-delimited format (-m 8 and -m 9) are not yet
+ supported by Bio::FlatFile)
+
+ * lib/bio/io/flatfile.rb
+
+ Added file format autodetection of BLAST XML format.
+
+ 2005-06-20 Naohisa Goto <ng at bioruby.org>
+
+ * lib/bio/appl/blast/format0.rb: added 'to_s' to store original entry
+
2005-04-04 Mitsuteru Nakao <n at bioruby.org>
***************
*** 18,21 ****
--- 36,55 ----
Newly added Bio::GO::External2go class for parsing
external2go file.
+
+ 2005-03-10 Naohisa Goto <ng at bioruby.org>
+
+ * lib/bio/io/flatfile.rb
+
+ Added file format autodetection of Spidey (Bio::Spidey::Report).
+
+ 2005-03-10 Naohisa Goto <ng at bioruby.org>
+
+ * lib/bio/io/flatfile.rb
+ * Added file format autodetection for Bio::KEGG::KO,
+ Bio::KEGG::GLYCAN, Bio::KEGG::REACTION, Bio::Blat::Report
+ and Bio::Sim4::Report.
+ * In order to distinguish Bio::KEGG::REACTION and
+ Bio::KEGG::COMPOUND, autodetection regexp. of
+ Bio::KEGG::COMPOUND were modified.
2005-02-09 KATAYAMA Toshiaki <k at bioruby.org>
More information about the bioruby-cvs
mailing list