Class/Module Index [+]

Quicksearch

Bio::Shell::Private

Public Instance Methods

keggapi_definition2tab(list) click to toggle source
# File lib/bio/shell/plugin/keggapi.rb, line 17
def keggapi_definition2tab(list)
  ary = []
  list.each do |entry|
    ary << "#{entry.entry_id}\t#{entry.definition}"
  end
  return ary
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.