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
#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 |
Instance Attribute Details
#origin ⇒ Object
An accessor of the origin argument. Default setting is “yeast”.
393 394 395 |
# File 'lib/bio/appl/psort.rb', line 393 def origin @origin end |
#parsing ⇒ Object
An accessor of the output parsing. Default setting is “true”.
397 398 399 |
# File 'lib/bio/appl/psort.rb', line 397 def parsing @parsing end |