Skip to content

Commit

Permalink
Add missing linkify dependency
Browse files Browse the repository at this point in the history
The bioconda version of nf-core tools produced errors
when running commands that launched the trogon TUI.
The reason was the missing package linkify,
which gets pulled in as a dependency of textual in the PyPi
build, but not in the conda-forge recipe.
See https://github.com/Textualize/textual/blob/22770300252deb28d266fe4ed4766d6e2a2f5dd2/pyproject.toml#L44,
https://github.com/conda-forge/textual-feedstock/blob/main/recipe/meta.yaml
and nf-core/tools#3257.
  • Loading branch information
pmoris committed Oct 29, 2024
1 parent 0156829 commit 33f9654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/nf-core/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ requirements:
- ruamel.yaml
- tabulate
- textual ==0.71.0
- linkify-it-py
- trogon
- nextflow >=24.04.4
- nf-test
Expand Down

0 comments on commit 33f9654

Please sign in to comment.