Class: Bio::PSORT::PSORT2::Remote
- Defined in:
- lib/bio/appl/psort.rb
Overview
Bio::PSORT::PSORT2::Remote
PSORT2 specific CGIDriver
Instance Attribute Summary collapse
-
#origin ⇒ Object
An accessor of the origin argument.
-
#parsing ⇒ Object
An accessor of the output parsing.
Attributes inherited from CGIDriver
Instance Method Summary collapse
-
#initialize(host, path) ⇒ Remote
constructor
Sets remote “host” and cgi “path”.
Methods inherited from CGIDriver
Constructor Details
permalink #initialize(host, path) ⇒ Remote
Sets remote “host” and cgi “path”.
385 386 387 388 389 |
# File 'lib/bio/appl/psort.rb', line 385 def initialize(host, path) @origin = 'yeast' super(host, path) @parsing = true end |