From 59ebc6e453fded7d42187fd1b93486f22ab9a2e4 Mon Sep 17 00:00:00 2001 From: clintval Date: Thu, 19 Sep 2024 18:34:25 -0700 Subject: [PATCH] Update prymer to depend on bwa-aln-interactive --- recipes/prymer/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/prymer/meta.yaml b/recipes/prymer/meta.yaml index 9c240473f7dd5..08f5794637f4b 100644 --- a/recipes/prymer/meta.yaml +++ b/recipes/prymer/meta.yaml @@ -11,7 +11,7 @@ source: build: noarch: python - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . -vvv --no-build-isolation --no-deps run_exports: - {{ pin_subpackage('prymer', max_pin="x.x") }} @@ -22,6 +22,7 @@ requirements: - python >=3.11 - poetry run: + - bwa-aln-interactive >=0.7.18 - python >=3.11 - pysam >=0.22.0 - primer3 >=2.6.1