Class/Module Index [+]

Quicksearch

Bio::Blast::Remote

Bio::Blast::Remote is a namespace for Remote Blast factory.

Constants

Ddbj

for lazy load DDBJ module

Genomenet

alias for lazy load

Public Class Methods

ddbj(program, db, options = []) click to toggle source

creates a remote BLAST factory using DDBJ Web service

# File lib/bio/appl/blast/remote.rb, line 30
def self.ddbj(program, db, options = [])
  DDBJ.new(program, db, options)
  #Bio::Blast.new(program, db, options, 'ddbj')
end
genomenet(program, db, options = []) click to toggle source

creates a remote BLAST factory using GenomeNet

# File lib/bio/appl/blast/remote.rb, line 24
def self.genomenet(program, db, options = [])
  GenomeNet.new(program, db, options)
  #Bio::Blast.new(program, db, options, 'genomenet')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.