class Bio::PSORT::PSORT2::Remote

Bio::PSORT::PSORT2::Remote

PSORT2 specific CGIDriver

Attributes

origin[RW]

An accessor of the origin argument. Default setting is “yeast”.

parsing[RW]

An accessor of the output parsing. Default setting is “true”.

Public Class Methods

new(host, path) click to toggle source

Sets remote “host” and cgi “path”.

Calls superclass method Bio::PSORT::CGIDriver::new
    # File lib/bio/appl/psort.rb
385 def initialize(host, path)
386   @origin = 'yeast'
387   super(host, path)
388   @parsing = true
389 end