[BioRuby-cvs] bioruby/lib/bio/appl/blast wublast.rb,1.6,1.7
Naohisa Goto
ngoto at dev.open-bio.org
Sun Apr 30 05:47:27 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/appl/blast
In directory dev.open-bio.org:/tmp/cvs-serv18107/blast
Modified Files:
wublast.rb
Log Message:
parse error (missing hits) for some hits of which database sequence names
contain 'Score'.
Index: wublast.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast/wublast.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** wublast.rb 22 Feb 2006 08:46:15 -0000 1.6
--- wublast.rb 30 Apr 2006 05:47:25 -0000 1.7
***************
*** 281,285 ****
r = data.first
end
! if /^\s+Score/ =~ r then
@hsps << HSP.new(data)
else
--- 281,285 ----
r = data.first
end
! if /\A\s+Score/ =~ r then
@hsps << HSP.new(data)
else
More information about the bioruby-cvs
mailing list