[BioRuby-cvs] bioruby/lib/bio/appl/blast format0.rb,1.23,1.24

Katayama Toshiaki k at dev.open-bio.org
Fri Dec 14 16:12:19 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/appl/blast
In directory dev.open-bio.org:/tmp/cvs-serv23150/lib/bio/appl/blast

Modified Files:
	format0.rb 
Log Message:
* typo


Index: format0.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast/format0.rb,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** format0.rb	14 Dec 2007 16:09:36 -0000	1.23
--- format0.rb	14 Dec 2007 16:12:17 -0000	1.24
***************
*** 861,865 ****
            def definition; parse_hitname; @definition; end
  
!           def target_id; definition[/^\s*(\S+)/]; end
  
            #--
--- 861,865 ----
            def definition; parse_hitname; @definition; end
  
!           def target_id; definition[/^\s*(\S+)/, 1]; end
  
            #--




More information about the bioruby-cvs mailing list