Module: Bio::OldBioFetchEmulator

Defined in:
lib/bio-old-biofetch-emulator/emulator.rb

Defined Under Namespace

Modules: Query Classes: Client

Constant Summary collapse

URL =
"http://bioruby.org/cgi-bin/biofetch.rb".freeze
MAX_ID_NUM =
50
DONT_OVERRIDE =

module Query

::Bio::Fetch.const_defined?(:EBI) ?
[ Client, ::Bio::Fetch::EBI ] : [ Client ]