[BioRuby-cvs] bioruby/lib/bio/appl blast.rb, 1.25, 1.26 fasta.rb, 1.19, 1.20 hmmer.rb, 1.3, 1.4

Katayama Toshiaki k at pub.open-bio.org
Mon Sep 26 09:00:06 EDT 2005


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

Modified Files:
	blast.rb fasta.rb hmmer.rb 
Log Message:
* 'alias :foo :bar' is changed to 'alias foo bar'


Index: blast.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast.rb,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** blast.rb	24 Sep 2005 16:01:32 -0000	1.25
--- blast.rb	26 Sep 2005 13:00:04 -0000	1.26
***************
*** 202,206 ****
    begin
      require 'pp'
!     alias :p :pp
    rescue
    end
--- 202,206 ----
    begin
      require 'pp'
!     alias p pp
    rescue
    end

Index: fasta.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/fasta.rb,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** fasta.rb	9 Sep 2005 15:09:37 -0000	1.19
--- fasta.rb	26 Sep 2005 13:00:04 -0000	1.20
***************
*** 181,185 ****
    begin
      require 'pp'
!     alias :p :pp
    rescue
    end
--- 181,185 ----
    begin
      require 'pp'
!     alias p pp
    rescue
    end

Index: hmmer.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/hmmer.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** hmmer.rb	9 Sep 2005 15:34:28 -0000	1.3
--- hmmer.rb	26 Sep 2005 13:00:04 -0000	1.4
***************
*** 86,90 ****
    begin
      require 'pp'
!     alias :p :pp
    rescue
    end
--- 86,90 ----
    begin
      require 'pp'
!     alias p pp
    rescue
    end



More information about the bioruby-cvs mailing list