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 to 4.0.1 #46529

Merged
merged 2 commits into from
Mar 18, 2024
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
10 changes: 7 additions & 3 deletions recipes/checkqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "checkQC" %}
{% set version = "3.8.2" %}
{% set version = "4.0.1" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 3aeb234d64aede3377f33b7573eb4719d7c665d68985e8713b16159a1be87988
sha256: 03bc01d96d45c4c1a0e07d410a6f3ec74c0fab0f7125434ca3d983e70d4d568a

build:
number: 1
number: 0
noarch: python
entry_points:
- checkqc = checkQC.app:start
Expand All @@ -24,12 +24,14 @@ requirements:
- pip
- python >=3.6,<3.11
run:
- python >=3.6,<3.11
- 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

test:
imports:
- checkQC
Expand All @@ -45,6 +47,8 @@ about:
license_family: GPL3
license_file: LICENSE
summary: "A simple program to parse Illumina NGS data and check it for quality criteria."
doc_url: "https://checkqc.readthedocs.io/en/latest/"
dev_url: "https://www.github.com/Molmed/checkQC"

extra:
recipe-maintainers:
Expand Down