Skip to content

Commit

Permalink
Update nf-core to 2.12 (bioconda#45465)
Browse files Browse the repository at this point in the history
* Update nf-core to 2.12

* add trogon depends

* add pillow depend

---------

Co-authored-by: Robert A. Petit III <[email protected]>
  • Loading branch information
BiocondaBot and rpetit3 committed Jan 29, 2024
1 parent e46ff0d commit 6b1951f
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions recipes/nf-core/meta.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit 6b1951f

Please sign in to comment.