diff --git a/recipes/orthologer/meta.yaml b/recipes/orthologer/meta.yaml index 029292417924b..a1b86b31a1bd7 100644 --- a/recipes/orthologer/meta.yaml +++ b/recipes/orthologer/meta.yaml @@ -1,6 +1,6 @@ {% set name = "orthologer" %} -{% set version = "3.4.1" %} -{% set sha256 = "b4d6504ea75899d3e13facc4232efdfe79c66283cccfe5d5ea8996f7905f346d" %} +{% set version = "3.4.2" %} +{% set sha256 = "fb8d11ef54d7232b150e5e46fbd15f9540a083064544d481f8fe9c9aea6b653e" %} package: name: {{ name }} @@ -48,11 +48,10 @@ test: about: home: https://orthologer.ezlab.org - license: MIT - license_family: MIT + license: GPL3 + license_family: GPL3 license_file: LICENSE - summary: "Assessment of assembly completeness using Universal Single Copy Orthologs." - description: compute orthology + summary: "Find orthologous genes as well as mapping to OrthoDB." dev_url: https://gitlab.com/ezlab/orthologer_container doc_url: https://orthologer.ezlab.org/#on-orthodb-data @@ -64,5 +63,7 @@ extra: extended-base: True identifiers: - biotools:orthologer + - doi:10.1093/nar/gkac996 + - PMID:36350662 recipe-maintainers: - ftegenfe