Method: Bio::Fetch::EBI#initialize
- Defined in:
- lib/bio/io/fetch.rb
#initialize(url = URL) ⇒ EBI
For the usage, see the document of Bio::Fetch.new.
103 104 105 106 |
# File 'lib/bio/io/fetch.rb', line 103 def initialize(url = URL) @database = "ena_sequence" super end |