Sha256: 201dd88d12b2f32f5b50b7a9cb944dbb0abcdef2f2bd470eef166af83b0406d0

Contents?: true

Size: 254 Bytes

Versions: 9

Compression:

Stored size: 254 Bytes

Contents

require_relative 'api_runner'
module Unipept::Commands
  class Pept2interpro < ApiRunner
    def required_fields
      ['peptide']
    end

    def default_batch_size
      if options[:all]
        100
      else
        1000
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
unipept-3.1.0 lib/commands/unipept/pept2interpro.rb
unipept-3.0.2 lib/commands/unipept/pept2interpro.rb
unipept-3.0.1 lib/commands/unipept/pept2interpro.rb
unipept-3.0.0 lib/commands/unipept/pept2interpro.rb
unipept-2.2.2 lib/commands/unipept/pept2interpro.rb
unipept-2.2.1 lib/commands/unipept/pept2interpro.rb
unipept-2.2.0 lib/commands/unipept/pept2interpro.rb
unipept-2.1.1 lib/commands/unipept/pept2interpro.rb
unipept-2.1.0 lib/commands/unipept/pept2interpro.rb