[BioRuby-cvs] bioruby/lib/bio/db/kegg genes.rb,0.23,0.24
Katayama Toshiaki
k at dev.open-bio.org
Thu Mar 8 00:10:52 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/db/kegg
In directory dev.open-bio.org:/tmp/cvs-serv13901
Modified Files:
genes.rb
Log Message:
* orthologs method is added
Index: genes.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db/kegg/genes.rb,v
retrieving revision 0.23
retrieving revision 0.24
diff -C2 -d -r0.23 -r0.24
*** genes.rb 25 Jul 2006 19:12:32 -0000 0.23
--- genes.rb 8 Mar 2007 00:10:50 -0000 0.24
***************
*** 137,140 ****
--- 137,144 ----
end
+ def orthologs
+ lines_fetch('ORTHOLOG')
+ end
+
def pathway
field_fetch('PATHWAY')
More information about the bioruby-cvs
mailing list