[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
- Previous message: [BioRuby-cvs] bioruby/lib/bio alignment.rb, 1.8, 1.9 location.rb,
0.19, 0.20 sequence.rb, 0.43, 0.44
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl/blast format0.rb, 1.11,
1.12 report.rb, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [BioRuby-cvs] bioruby/lib/bio alignment.rb, 1.8, 1.9 location.rb,
0.19, 0.20 sequence.rb, 0.43, 0.44
- Next message: [BioRuby-cvs] bioruby/lib/bio/appl/blast format0.rb, 1.11,
1.12 report.rb, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list