From 13c8b326a9d1430e856ec11b2823fa797241fa44 Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:39:18 -0800 Subject: [PATCH 1/3] Update TRTools to 6.1.0 --- recipes/trtools/meta.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/trtools/meta.yaml b/recipes/trtools/meta.yaml index cf9d3fb5e9a6f..773f3c27be4ec 100644 --- a/recipes/trtools/meta.yaml +++ b/recipes/trtools/meta.yaml @@ -1,5 +1,5 @@ {% set name = "trtools" %} -{% set version = "6.0.2" %} +{% set version = "6.1.0" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: 7bdb476951a4ec748df20058a31da3d1def14554cd9a67f85d3c61bf63f8f303 + sha256: 3a177cf19060945eff4044f16d5ebdc66364e72a8a3c9bd725086ba10003df96 build: noarch: python @@ -20,6 +20,7 @@ build: - associaTR=trtools.associaTR:run - prancSTR = trtools.prancSTR:run - simTR = trtools.simTR:run + - annotaTR = trtools.annotaTR:run script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" number: 0 run_exports: @@ -32,7 +33,7 @@ requirements: - pip >=20.3 run: - python >=3.7.1,<4.0 - - cyvcf2 >=0.30.4 + - cyvcf2 >=0.30.27 - matplotlib-base >=3.1.2 - numpy >=1.17.3 - pandas >=1.2.0 @@ -42,6 +43,7 @@ requirements: - statsmodels >=0.10.2 - pyfaidx >=0.5.6 - ART >=2016.06.05 + - pgenlib >=0.90.1 test: imports: @@ -54,6 +56,7 @@ test: - trtools.statSTR - trtools.prancSTR - trtools.simTR + - trtools.annotaTR - trtools.utils requires: - bcftools @@ -69,6 +72,7 @@ test: - qcSTR --help - prancSTR --help - simTR --help + - annotaTR --help about: home: https://github.com/gymreklab/TRTools From 094474b3a4101cc8ec4272f1b4fe3191d84ff934 Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:43:47 -0800 Subject: [PATCH 2/3] enable osx-arm64 builds for trtools --- recipes/trtools/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/trtools/meta.yaml b/recipes/trtools/meta.yaml index 773f3c27be4ec..2d0b9335aa2a5 100644 --- a/recipes/trtools/meta.yaml +++ b/recipes/trtools/meta.yaml @@ -90,3 +90,5 @@ extra: identifiers: - biotools:trtools - doi:10.1093/bioinformatics/btaa736 + additional-platforms: + - osx-arm64 From a01f63ace6142158b969581a1992b0df08050971 Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:51:39 -0800 Subject: [PATCH 3/3] might as well add linux-aarch64 while we're at it --- recipes/trtools/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/trtools/meta.yaml b/recipes/trtools/meta.yaml index 2d0b9335aa2a5..8f4af88b5cc12 100644 --- a/recipes/trtools/meta.yaml +++ b/recipes/trtools/meta.yaml @@ -92,3 +92,4 @@ extra: - doi:10.1093/bioinformatics/btaa736 additional-platforms: - osx-arm64 + - linux-aarch64