[BioRuby-cvs] bioruby/lib/bio sequence.rb,0.46,0.47

Mitsuteru C. Nakao nakao at pub.open-bio.org
Tue Nov 15 09:58:59 EST 2005


Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv31754/lib/bio

Modified Files:
	sequence.rb 
Log Message:
* Removed TAB.


Index: sequence.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/sequence.rb,v
retrieving revision 0.46
retrieving revision 0.47
diff -C2 -d -r0.46 -r0.47
*** sequence.rb	15 Nov 2005 14:49:00 -0000	0.46
--- sequence.rb	15 Nov 2005 14:58:57 -0000	0.47
***************
*** 2,10 ****
  # = bio/sequence.rb - biological sequence class
  #
! # Copyright::	Copyright (C) 2000-2005
! #		Toshiaki Katayama <k at bioruby.org>,
! #		Yoshinori K. Okuji <okuji at embug.org>,
! #		Naohisa Goto <ng at bioruby.org>
! # License::	LGPL
  #
  # $Id$
--- 2,10 ----
  # = bio/sequence.rb - biological sequence class
  #
! # Copyright::   Copyright (C) 2000-2005
! #               Toshiaki Katayama <k at bioruby.org>,
! #               Yoshinori K. Okuji <okuji at embug.org>,
! #               Naohisa Goto <ng at bioruby.org>
! # License::     LGPL
  #
  # $Id$
***************
*** 383,387 ****
  
      def pikachu
!       self.dna.tr("atgc", "pika")	# joke, of course :-)
      end
  
--- 383,387 ----
  
      def pikachu
!       self.dna.tr("atgc", "pika") # joke, of course :-)
      end
  



More information about the bioruby-cvs mailing list