Class: Bio::PSORT::PSORT2::Remote

Inherits:
CGIDriver show all
Defined in:
lib/bio/appl/psort.rb

Overview

Bio::PSORT::PSORT2::Remote

PSORT2 specific CGIDriver

Instance Attribute Summary collapse

Attributes inherited from CGIDriver

#args, #report

Instance Method Summary collapse

Methods inherited from CGIDriver

#exec

Constructor Details

#initialize(host, path) ⇒ Remote

Sets remote “host” and cgi “path”.



385
386
387
388
389
# File 'lib/bio/appl/psort.rb', line 385

def initialize(host, path)
  @origin = 'yeast'
  super(host, path)
  @parsing = true
end

Instance Attribute Details

#originObject

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



393
394
395
# File 'lib/bio/appl/psort.rb', line 393

def origin
  @origin
end

#parsingObject

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



397
398
399
# File 'lib/bio/appl/psort.rb', line 397

def parsing
  @parsing
end