[BioRuby-cvs] bioruby/lib/bio/appl blast.rb,1.30,1.31
Katayama Toshiaki
k at dev.open-bio.org
Tue Jul 25 18:47:15 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/appl
In directory dev.open-bio.org:/tmp/cvs-serv27702/lib/bio/appl
Modified Files:
blast.rb
Log Message:
* added exec_genomenet_tab method used by shell plugin
Index: blast.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/blast.rb,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** blast.rb 14 Jul 2006 14:26:39 -0000 1.30
--- blast.rb 25 Jul 2006 18:47:13 -0000 1.31
***************
*** 258,261 ****
--- 258,265 ----
end
+ def exec_genomenet_tab(query)
+ @format = 8
+ exec_genomenet(query)
+ end
def exec_genomenet(query)
More information about the bioruby-cvs
mailing list