[BioRuby-cvs] bioruby/lib/bio/appl/iprscan report.rb,1.4,1.5

Mitsuteru C. Nakao nakao at dev.open-bio.org
Thu Mar 29 09:02:47 UTC 2007


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

Modified Files:
	report.rb 
Log Message:
* Fixed a bug to parse merged.txt reports.


Index: report.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/iprscan/report.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** report.rb	22 Feb 2007 10:15:01 -0000	1.4
--- report.rb	29 Mar 2007 09:02:44 -0000	1.5
***************
*** 193,197 ****
        #  end
        def self.reports_in_ptxt(io)
!         io.each(/\n\/\/\n/m) do |entry|
            yield self.parse_in_ptxt(entry)
          end
--- 193,197 ----
        #  end
        def self.reports_in_ptxt(io)
!         io.each("\n\/\/\n") do |entry|
            yield self.parse_in_ptxt(entry)
          end




More information about the bioruby-cvs mailing list