Skip to content

Commit

Permalink
updated recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Oct 17, 2024
1 parent 0ddb359 commit 740be74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/assembly_finder/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 0c6542253464b8ba406aeddc630f5625db74a5e1e07911534be3add0500a1f02

build:
number: 0
number: 1
noarch: python
entry_points:
- assembly_finder=assembly_finder.__main__:main
Expand All @@ -20,17 +20,17 @@ build:

requirements:
host:
- python >=3.10
- python >=3.11
- pip
- setuptools
run:
- python >=3.10
- mamba >=1.5.8
- python >=3.11
- snakemake-minimal >=8.0.0
- snaketool-utils >=0.0.5
- attrmap >=0.0.7
- pyyaml >=6.0
- pyyaml >=6.0.1
- pandas >=2.2.1
- rich-click >=1.7.4
- rich-click >=1.8.3

test:
commands:
Expand Down

0 comments on commit 740be74

Please sign in to comment.