Class: Bio::PSORT::PSORT1::Remote
Overview
Bio::PSORT::PSORT1::Remote
PSORT1 specific CGIDriver.
Instance Attribute Summary (collapse)
-
- (Object) origin
Accessor for Bio::PSORT::PSORT1::Remote#origin to contein target domain.
-
- (Object) parsing
Accessor for Bio::PSORT::PSORT1#title to contain the query title.
-
- (Object) title
Accessor for Bio::POSRT::PSORT1#sequence to contein the query sequence.
Attributes inherited from CGIDriver
Instance Method Summary (collapse)
-
- (Remote) initialize(host, path = nil, title = 'MYSEQ', origin = 'yeast')
constructor
Sets remote "host'' and cgi "path''.
Methods inherited from CGIDriver
Constructor Details
- (Remote) initialize(host, path = nil, title = 'MYSEQ', origin = 'yeast')
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
- (Object) origin
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 |
- (Object) parsing
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 |
- (Object) title
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 |