From 793f136d76b2938f60719c1c1632b842c7d977f0 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 28 Oct 2024 00:06:53 -0400 Subject: [PATCH] Update nanoqc to 0.10.0 (#51685) * Update nanoqc to 0.10.0 * add run_exports --------- Co-authored-by: mencian --- recipes/nanoqc/build.sh | 3 --- recipes/nanoqc/meta.yaml | 23 ++++++++++++++++------- 2 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 recipes/nanoqc/build.sh diff --git a/recipes/nanoqc/build.sh b/recipes/nanoqc/build.sh deleted file mode 100644 index 3786386a73c83..0000000000000 --- a/recipes/nanoqc/build.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/recipes/nanoqc/meta.yaml b/recipes/nanoqc/meta.yaml index cdeb02d430944..b46e08dd930b5 100644 --- a/recipes/nanoqc/meta.yaml +++ b/recipes/nanoqc/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.9.4" %} +{% set version = "0.10.0" %} package: name: nanoqc @@ -6,33 +6,42 @@ package: source: url: https://pypi.io/packages/source/n/nanoqc/nanoQC-{{ version }}.tar.gz - sha256: 05685656138cbaf099b18831d1ceeaca93faf3399881cc2efda44c04d3b316e3 + sha256: 5e55b8b244ce7cfb0673fc804f5a0c16dcfc4a03f9aaf84c75b8117d3c3817a6 build: entry_points: - nanoQC=nanoQC.nanoQC:main number: 0 noarch: python + script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir + run_exports: + - {{ pin_subpackage('nanoqc', max_pin="x.x") }} requirements: host: - python >=3 + - pip - setuptools run: - python >=3 - - bokeh + - plotly >=5.4.0 - numpy - biopython test: imports: - nanoQC - commands: - nanoQC --help about: home: https://github.com/wdecoster/nanoQC - license: MIT License - summary: 'Create fastQC-like plots for Oxford Nanopore sequencing data' - license_family: MIT + license: GPL-3.0-or-later + summary: 'Create fastQC-like plots for Oxford Nanopore sequencing data.' + license_family: GPL3 + dev_url: https://github.com/wdecoster/nanoQC + license_file: LICENSE + +extra: + identifiers: + - doi:10.1093/bioinformatics/bty149