[BioRuby-cvs] bioruby/lib/bio/io fastacmd.rb,1.4,1.5
Naohisa Goto
ngoto at pub.open-bio.org
Wed Aug 10 02:26:42 EDT 2005
Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory pub.open-bio.org:/tmp/cvs-serv5157/lib/bio/io
Modified Files:
fastacmd.rb
Log Message:
typo in line 54
Index: fastacmd.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/fastacmd.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** fastacmd.rb 9 Aug 2005 09:46:39 -0000 1.4
--- fastacmd.rb 10 Aug 2005 05:41:31 -0000 1.5
***************
*** 52,56 ****
cmd = [ @fastacmd, '-d', @database, '-s', entry_id ]
! Open3.popen3(cmd) do |inn, out, err|
inn.close
t = Thread.start { err.read }
--- 52,56 ----
cmd = [ @fastacmd, '-d', @database, '-s', entry_id ]
! Open3.popen3(*cmd) do |inn, out, err|
inn.close
t = Thread.start { err.read }
More information about the bioruby-cvs
mailing list