[BioRuby-cvs] bioruby/lib/bio/io flatfile.rb,1.50,1.51

Naohisa Goto ngoto at dev.open-bio.org
Thu Jun 22 14:32:49 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory dev.open-bio.org:/tmp/cvs-serv7898/lib/bio/io

Modified Files:
	flatfile.rb 
Log Message:
Fixed: failed to autodetect psLayout version 4 (Bio::BLAT::Report)


Index: flatfile.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/flatfile.rb,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** flatfile.rb	12 Jun 2006 10:35:42 -0000	1.50
--- flatfile.rb	22 Jun 2006 14:32:47 -0000	1.51
***************
*** 1196,1200 ****
  
            blat   = RuleRegexp[ 'Bio::Blat::Report',
!             /^psLayout version \d+\s*$/ ],
            spidey = RuleRegexp[ 'Bio::Spidey::Report',
              /^\-\-SPIDEY version .+\-\-$/ ],
--- 1196,1200 ----
  
            blat   = RuleRegexp[ 'Bio::Blat::Report',
!             /^psLayout version \d+/ ],
            spidey = RuleRegexp[ 'Bio::Spidey::Report',
              /^\-\-SPIDEY version .+\-\-$/ ],




More information about the bioruby-cvs mailing list