Skip to content

Commit

Permalink
Update fastq-dl recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo authored Oct 20, 2024
1 parent 55a6263 commit 6fff7f0
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions recipes/fastq-dl/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,26 @@ source:
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
entry_points:
- fastq-dl = fastq_dl.fastq_dl:main
script: "{{ PYTHON }} -m pip install . -vv"
- fastq-dl = fastq_dl.cli.download:main
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

requirements:
host:
- python >=3.7
- poetry =1.3
- python >=3.9,<4.0
- poetry-core
- pip

run:
- executor
- pigz
- python >=3.7
- pysradb >=1.4
- requests
- rich-click >=1.6.0
- sra-tools >=3.0.1
- wget
- python >=3.9.0,<4.0.0
- requests >=2.31.0,<3.0.0
- pysradb >=1.4.0,<2.0.0
- rich-click >=1.6.1,<2.0.0
- executor >=23.2.0,<24.0.0
- rich >=13.3.1,<14.0.0
- markdown-it-py 2.2.0
- pandas >=2.2.3,<3.0.0

test:
commands:
Expand Down

0 comments on commit 6fff7f0

Please sign in to comment.