diff --git a/recipes/checkqc/meta.yaml b/recipes/checkqc/meta.yaml index 4192646a5e34c..1def5f9605dfb 100644 --- a/recipes/checkqc/meta.yaml +++ b/recipes/checkqc/meta.yaml @@ -1,5 +1,5 @@ {% set name = "checkQC" %} -{% set version = "3.8.2" %} +{% set version = "4.0.1" %} package: name: "{{ name|lower }}" @@ -7,10 +7,10 @@ package: 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 @@ -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 @@ -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: