Sha256: 4ffbd04a509f555655eb9888ebf0f51bfee8cdfbf9786dc1aaf6bfe3283808a1

Contents?: true

Size: 198 Bytes

Versions: 5

Compression:

Stored size: 198 Bytes

Contents

require_relative 'api_runner'
module Unipept::Commands
  class Pept2lca < ApiRunner
    def default_batch_size
      if options[:all]
        100
      else
        1000
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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