Sha256: 6c2a9dc3682daf4dc9c1891b5e6d7bff7061ea9f13aeee51f9e9dc9277153115
Contents?: true
Size: 246 Bytes
Versions: 5
Compression:
Stored size: 246 Bytes
Contents
require_relative 'api_runner' module Unipept::Commands class Taxa2lca < ApiRunner def peptide_iterator(peptides, &block) block.call(peptides.to_a, 0) end def batch_size raise "NOT NEEDED FOR TAXA2LCA" end end end
Version data entries
5 entries across 5 versions & 1 rubygems