[BioRuby-cvs] bioruby/lib/bio/appl/mafft report.rb,1.4,1.5
Katayama Toshiaki
k at pub.open-bio.org
Mon Sep 26 09:00:07 EDT 2005
Update of /home/repository/bioruby/bioruby/lib/bio/appl/mafft
In directory pub.open-bio.org:/tmp/cvs-serv17319/lib/bio/appl/mafft
Modified Files:
report.rb
Log Message:
* 'alias :foo :bar' is changed to 'alias foo bar'
Index: report.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/mafft/report.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** report.rb 8 Sep 2005 01:22:10 -0000 1.4
--- report.rb 26 Sep 2005 13:00:05 -0000 1.5
***************
*** 52,56 ****
@align
end
! alias :alignment :align
def to_fasta(*arg)
--- 52,56 ----
@align
end
! alias alignment align
def to_fasta(*arg)
More information about the bioruby-cvs
mailing list