[BioRuby-cvs] bioruby/lib/bio/appl psort.rb,1.11,1.12
Katayama Toshiaki
k at dev.open-bio.org
Tue Sep 19 06:30:44 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio/appl
In directory dev.open-bio.org:/tmp/cvs-serv816/lib/bio/appl
Modified Files:
psort.rb
Log Message:
* added require 'uri'
Index: psort.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/psort.rb,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** psort.rb 25 Jul 2006 18:41:23 -0000 1.11
--- psort.rb 19 Sep 2006 06:30:42 -0000 1.12
***************
*** 10,30 ****
# $Id$
#
- # == A client for PSORT WWW Server
- #
- # A client for PSORT WWW Server for predicting protein subcellular
- # localization.
- #
- # PSORT family members,
- # 1. PSORT
- # 2. PSORT II
- # 3. iPSORT
- # 4. PSORT-B http://psort.org
- # 5. WoLF-PSORT
- #
- # See http://psort.ims.u-tokyo.ac.jp.
- #
- # === Example
- #
- #
require 'bio/appl/psort/report'
--- 10,13 ----
***************
*** 32,37 ****
autoload :Command, 'bio/command'
require 'cgi'
!
#
class PSORT
--- 15,35 ----
autoload :Command, 'bio/command'
require 'cgi'
+ require 'uri'
! # == A client for PSORT WWW Server
! #
! # A client for PSORT WWW Server for predicting protein subcellular
! # localization.
! #
! # PSORT family members,
! # 1. PSORT
! # 2. PSORT II
! # 3. iPSORT
! # 4. PSORT-B http://psort.org
! # 5. WoLF-PSORT
! #
! # == References
! #
! # * http://psort.hgc.jp/
#
class PSORT
More information about the bioruby-cvs
mailing list