Class: Bio::PSORT::PSORT1::Remote
- Defined in:
- lib/bio/appl/psort.rb
Overview
Bio::PSORT::PSORT1::Remote
PSORT1 specific CGIDriver.
Instance Attribute Summary collapse
-
#origin ⇒ Object
Accessor for Bio::PSORT::PSORT1::Remote#origin to contein target domain.
-
#parsing ⇒ Object
Accessor for Bio::PSORT::PSORT1#title to contain the query title.
-
#title ⇒ Object
Accessor for Bio::POSRT::PSORT1#sequence to contein the query sequence.
Attributes inherited from CGIDriver
Instance Method Summary collapse
-
#initialize(host, path = nil, title = 'MYSEQ', origin = 'yeast') ⇒ Remote
constructor
Sets remote “host” and cgi “path”.
Methods inherited from CGIDriver
Constructor Details
#initialize(host, path = nil, title = 'MYSEQ', origin = 'yeast') ⇒ Remote
Sets remote “host” and cgi “path”.
266 267 268 269 270 271 |
# File 'lib/bio/appl/psort.rb', line 266 def initialize(host, path = nil, title = 'MYSEQ', origin = 'yeast') @title = title @origin = origin @parsing = true super(host, path) end |
Instance Attribute Details
#origin ⇒ Object
Accessor for Bio::PSORT::PSORT1::Remote#origin to contein target domain. Taget domains:
-
Gram-positive bacterium
-
Gram-negative bacterium
-
yeast
-
animal
-
plant
257 258 259 |
# File 'lib/bio/appl/psort.rb', line 257 def origin @origin end |
#parsing ⇒ Object
Accessor for Bio::PSORT::PSORT1#title to contain the query title.
263 264 265 |
# File 'lib/bio/appl/psort.rb', line 263 def parsing @parsing end |
#title ⇒ Object
Accessor for Bio::POSRT::PSORT1#sequence to contein the query sequence.
260 261 262 |
# File 'lib/bio/appl/psort.rb', line 260 def title @title end |