[BioRuby-cvs] bioruby/lib/bio/appl fasta.rb,1.21,1.22

Katayama Toshiaki k at dev.open-bio.org
Tue Jul 25 18:48:43 UTC 2006


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

Modified Files:
	fasta.rb 
Log Message:
* remote fasta is currently broken (need to be fixed), added a comment for now.


Index: fasta.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/fasta.rb,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** fasta.rb	14 Jul 2006 14:26:39 -0000	1.21
--- fasta.rb	25 Jul 2006 18:48:41 -0000	1.22
***************
*** 149,153 ****
          result, = http.post(path, data.join('&'))
          @output = result.body
!         # workaround 2005.08.12
          if /\<A +HREF=\"(http\:\/\/fasta\.genome\.jp(\/tmp\/[^\"]+))\"\>Show all result\<\/A\>/i =~ @output.to_s then
            result, = http.get($2)
--- 149,153 ----
          result, = http.post(path, data.join('&'))
          @output = result.body
!         # workaround 2005.08.12 - realized that this is bloken again (by new batch queuing system) 2006.06.08 
          if /\<A +HREF=\"(http\:\/\/fasta\.genome\.jp(\/tmp\/[^\"]+))\"\>Show all result\<\/A\>/i =~ @output.to_s then
            result, = http.get($2)




More information about the bioruby-cvs mailing list