Sha256: e54575bd5ad38b38faec12661229205008db87c9187b583bf7dfa2acc0597f11

Contents?: true

Size: 195 Bytes

Versions: 5

Compression:

Stored size: 195 Bytes

Contents

require_relative 'api_runner'
module Unipept::Commands
  class Pept2taxa < ApiRunner
    def default_batch_size
      if options[:all]
        5
      else
        10
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
unipept-1.1.0 lib/commands/unipept/pept2taxa.rb
unipept-1.0.1 lib/commands/unipept/pept2taxa.rb
unipept-1.0.0 lib/commands/unipept/pept2taxa.rb
unipept-0.10.0 lib/commands/unipept/pept2taxa.rb
unipept-0.9.0 lib/commands/unipept/pept2taxa.rb