Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update checkqc recipe #43787

Merged
merged 4 commits into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions recipes/checkqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 3aeb234d64aede3377f33b7573eb4719d7c665d68985e8713b16159a1be87988

build:
number: 0
number: 1
noarch: python
entry_points:
- checkqc = checkQC.app:start
Expand All @@ -22,16 +22,14 @@ build:
requirements:
host:
- pip
- python >=3.6
- python >=3.6,<3.11
run:
- click
- illumina-interop >=1.2.3
- python >=3.6
- pyyaml >=3.12
- click >=8.1.1
- PyYAML >=6.0
- illumina-interop >=1.2.4
- xmltodict >=0.13.0
- tornado >=6.3.2
- sample-sheet >=0.13.0
- tornado
- xmltodict

test:
imports:
- checkQC
Expand Down