[BioRuby-cvs] bioruby README.DEV,1.11,1.12

Katayama Toshiaki k at dev.open-bio.org
Sun Dec 24 10:11:13 UTC 2006


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

Modified Files:
	README.DEV 
Log Message:
* trivial


Index: README.DEV
===================================================================
RCS file: /home/repository/bioruby/bioruby/README.DEV,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** README.DEV	19 Sep 2006 05:39:05 -0000	1.11
--- README.DEV	24 Dec 2006 10:11:11 -0000	1.12
***************
*** 78,82 ****
    #
    # Copyright::  Copyright (C) 2001, 2003-2005 Bio R. Hacker <brh at example.org>,
!   # Copyright::  Copyright (C) 2006            Chem R. Hacker <crh at example.org>
    #
    # License::    Ruby's
--- 78,82 ----
    #
    # Copyright::  Copyright (C) 2001, 2003-2005 Bio R. Hacker <brh at example.org>,
!   # Copyright::  Copyright (C) 2006 Chem R. Hacker <crh at example.org>
    #
    # License::    Ruby's
***************
*** 150,159 ****
      #
      #   s = Bio::Sequence.new('atgc')
!     #   puts s                                  #=> 'atgc'
      #
      # Note that this method does not intialize the contained sequence
      # as any kind of bioruby object, only as a simple string
      #
!     #   puts s.seq.class                        #=> String
      #
      # See Bio::Sequence#na, Bio::Sequence#aa, and Bio::Sequence#auto 
--- 150,159 ----
      #
      #   s = Bio::Sequence.new('atgc')
!     #   puts s                                  # => 'atgc'
      #
      # Note that this method does not intialize the contained sequence
      # as any kind of bioruby object, only as a simple string
      #
!     #   puts s.seq.class                        # => String
      #
      # See Bio::Sequence#na, Bio::Sequence#aa, and Bio::Sequence#auto 




More information about the bioruby-cvs mailing list