Sha256: bbeb5b2a91a733481981111ac5632abaf974f4088a6bdd54c38f772e556afce0

Contents?: true

Size: 196 Bytes

Versions: 5

Compression:

Stored size: 196 Bytes

Contents

require_relative 'api_runner'

module Unipept::Commands
  class Pept2prot < 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/pept2prot.rb
unipept-1.0.1 lib/commands/unipept/pept2prot.rb
unipept-1.0.0 lib/commands/unipept/pept2prot.rb
unipept-0.10.0 lib/commands/unipept/pept2prot.rb
unipept-0.9.0 lib/commands/unipept/pept2prot.rb