Bio::PSORT::CGIDriver
PSORT1 specific CGIDriver.
Accessor for Bio::PSORT::PSORT1::Remote#origin to contein target domain. Taget domains:
Gram-positive bacterium
Gram-negative bacterium
yeast
animal
plant
Accessor for Bio::PSORT::PSORT1#title to contain the query title.
Accessor for Bio::POSRT::PSORT1#sequence to contein the query sequence.
Sets remote "host" and cgi "path".
# 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
[Validate]
Generated with the Darkfish Rdoc Generator 2.