Methods

Class/Module Index [+]

Quicksearch

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”.

# File lib/bio/appl/psort.rb, line 385
def initialize(host, path)
  @origin = 'yeast'
  super(host, path)
  @parsing = true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.