diff --git a/recipes/orthologer/meta.yaml b/recipes/orthologer/meta.yaml index a1b86b31a1bd7..8279dbe399fc0 100644 --- a/recipes/orthologer/meta.yaml +++ b/recipes/orthologer/meta.yaml @@ -1,6 +1,6 @@ {% set name = "orthologer" %} -{% set version = "3.4.2" %} -{% set sha256 = "fb8d11ef54d7232b150e5e46fbd15f9540a083064544d481f8fe9c9aea6b653e" %} +{% set version = "3.5.0" %} +{% set sha256 = "76bd68cd73d5989d658a6ba0ecefec84e674f85878b75904c76fa557ce5dd2b5" %} package: name: {{ name }} @@ -41,6 +41,7 @@ requirements: - diamond - biopython - numpy + - busco >=5.7.0 test: commands: @@ -51,7 +52,8 @@ about: license: GPL3 license_family: GPL3 license_file: LICENSE - summary: "Find orthologous genes as well as mapping to OrthoDB." + summary: Establish orthology among fasta files. + description: Map genes to OrthoDB as well as finding orthology among a set of fasta files. dev_url: https://gitlab.com/ezlab/orthologer_container doc_url: https://orthologer.ezlab.org/#on-orthodb-data