Module: Bio::Blast::Remote
- Defined in:
- lib/bio/appl/blast/remote.rb,
lib/bio/appl/blast/genomenet.rb
Overview
Bio::Blast::Remote is a namespace for Remote Blast factory.
Defined Under Namespace
Modules: GenomeNet, Information
Constant Summary collapse
- Genomenet =
alias for lazy load
GenomeNet
Class Method Summary collapse
-
.genomenet(program, db, options = []) ⇒ Object
creates a remote BLAST factory using GenomeNet.
Class Method Details
.genomenet(program, db, options = []) ⇒ Object
creates a remote BLAST factory using GenomeNet
21 22 23 24 |
# File 'lib/bio/appl/blast/remote.rb', line 21 def self.genomenet(program, db, = []) GenomeNet.new(program, db, ) #Bio::Blast.new(program, db, options, 'genomenet') end |