[BioRuby-cvs] bioruby ChangeLog,1.52,1.53

Naohisa Goto ngoto at dev.open-bio.org
Tue Jun 27 05:44:59 UTC 2006


Update of /home/repository/bioruby/bioruby
In directory dev.open-bio.org:/tmp/cvs-serv7649

Modified Files:
	ChangeLog 
Log Message:
Bio::Sequence::NA#gc_content, #at_content, #gc_skew, #at_skew
are newly added.
Bio::Sequence::NA#gc_percent are changed not to raise ZeroDivisionError
and returns 0 when given sequence is empty.


Index: ChangeLog
===================================================================
RCS file: /home/repository/bioruby/bioruby/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** ChangeLog	3 May 2006 00:07:58 -0000	1.52
--- ChangeLog	27 Jun 2006 05:44:57 -0000	1.53
***************
*** 1,2 ****
--- 1,11 ----
+ 2006-06-27  Naohisa Goto <ng at bioruby.org>
+ 
+         * lib/bio/sequence/na.rb
+ 
+           Bio::Sequence::NA#gc_content, #at_content, #gc_skew, #at_skew
+ 	  are newly added. Bio::Sequence::NA#gc_percent are changed
+ 	  not to raise ZeroDivisionError and returns 0 when given sequence
+ 	  is empty.
+ 
  2006-05-02  Mitsuteru Nakao <n at bioruby.org>
  




More information about the bioruby-cvs mailing list