Bio::Blast::Remote is a namespace for Remote Blast factory.
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
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
Generated with the Darkfish Rdoc Generator 2.