Sha256: 7bac7fd5887cf5aafbc933e148da1d24b1e291b5cc1fb85d3edf78e0f77339b9

Contents?: true

Size: 189 Bytes

Versions: 6

Compression:

Stored size: 189 Bytes

Contents

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

    def default_batch_size
      5
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
unipept-3.1.0 lib/commands/unipept/pept2taxa.rb
unipept-3.0.2 lib/commands/unipept/pept2taxa.rb
unipept-3.0.1 lib/commands/unipept/pept2taxa.rb
unipept-3.0.0 lib/commands/unipept/pept2taxa.rb
unipept-2.2.2 lib/commands/unipept/pept2taxa.rb
unipept-2.2.1 lib/commands/unipept/pept2taxa.rb