diff --git a/recipes/nf-core/meta.yaml b/recipes/nf-core/meta.yaml index df210d833f8d2..c5f20958f1b84 100644 --- a/recipes/nf-core/meta.yaml +++ b/recipes/nf-core/meta.yaml @@ -1,6 +1,6 @@ {% set name = "nf-core" %} -{% set version = "2.11.1" %} -{% set sha256 = "f81e411a66a417b9355657eec4337e8d004b166d8690e39f337994763b0ecc63" %} +{% set version = "2.12" %} +{% set sha256 = "a1af4ad7407cc7b65097b066e2593bdfc302b4c61301dd7476c2203924e92e46" %} package: name: {{ name|lower }} @@ -27,26 +27,28 @@ requirements: run: - python >=3.8 - click + - filetype + - galaxy-tool-util - git - - pyyaml - - requests - - requests-cache - - tabulate - gitpython - - markdown >=3.3 - - jsonschema >=3.0 - jinja2 - - rich >=13.3.1 - - rich-click >=1.6.1 + - jsonschema >=3.0 + - markdown >=3.3 + - packaging + - pillow - pre-commit - prompt_toolkit >=3.0.3 - pytest >=7.0.0 - pytest-workflow >=1.6.0 + - pyyaml - questionary >=1.8.0 - - packaging - - galaxy-tool-util - refgenie - - filetype + - requests + - requests-cache + - rich >=13.3.1 + - rich-click >=1.6.1 + - tabulate + - trogon test: commands: