From c82f8208fc57cffc3e50b448733681593d063628 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:20:07 +0000 Subject: [PATCH 1/3] Update nanomotif to 0.5.0 --- recipes/nanomotif/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/nanomotif/meta.yaml b/recipes/nanomotif/meta.yaml index 46711bfd8dc19..b8d840c525e31 100644 --- a/recipes/nanomotif/meta.yaml +++ b/recipes/nanomotif/meta.yaml @@ -1,5 +1,5 @@ {% set name = "nanomotif" %} -{% set version = "0.4.17" %} +{% set version = "0.5.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/nanomotif-{{ version }}.tar.gz - sha256: 7938f50ab930983a8cf965f06ce333dbfba38ab71002775bc67a33ff512602b5 + sha256: 35f94c2a3a52f2acc8e7e27ceac679a0895e1d9d770aae8a88231c8e13b5a27d build: entry_points: From 5f1fe01680e826cac7bff5d1df2b8c5d8190123c Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Thu, 19 Dec 2024 15:07:31 +0200 Subject: [PATCH 2/3] Add `hdbscan` as a `run` dependency --- recipes/nanomotif/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nanomotif/meta.yaml b/recipes/nanomotif/meta.yaml index b8d840c525e31..bc5c474ea7db4 100644 --- a/recipes/nanomotif/meta.yaml +++ b/recipes/nanomotif/meta.yaml @@ -38,6 +38,7 @@ requirements: - biopython >=1.6.2 - pyarrow >=15.0.2 - snakemake-minimal >=7.32.4 + - hdbscan test: imports: From 9737a0592514069d915391d0256c5e61e49daed2 Mon Sep 17 00:00:00 2001 From: Ryan Dale Date: Sat, 21 Dec 2024 10:42:22 -0500 Subject: [PATCH 3/3] add pymethylation_utils dep now that it is in channel --- recipes/nanomotif/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nanomotif/meta.yaml b/recipes/nanomotif/meta.yaml index bc5c474ea7db4..ae7001797361e 100644 --- a/recipes/nanomotif/meta.yaml +++ b/recipes/nanomotif/meta.yaml @@ -39,6 +39,7 @@ requirements: - pyarrow >=15.0.2 - snakemake-minimal >=7.32.4 - hdbscan + - pymethylation_utils test: imports: