From 2bfac7b777a5a791b2dd4fce08bd44f394bc08b8 Mon Sep 17 00:00:00 2001 From: Kristy Date: Fri, 4 Oct 2024 10:00:00 +1000 Subject: [PATCH] updated dependencies to refelct new tbtamr code structure --- recipes/tbtamr/meta.yaml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/recipes/tbtamr/meta.yaml b/recipes/tbtamr/meta.yaml index 435271ec684fd..846a24bc72ae6 100644 --- a/recipes/tbtamr/meta.yaml +++ b/recipes/tbtamr/meta.yaml @@ -1,6 +1,6 @@ {% set name = "tbtamr" %} -{% set version = "0.0.4" %} -{% set sha256 = "72db1eb835574f02b0d7768e6b04e310bd2229d0f684100004b20a133eecd882" %} +{% set version = "1.0.2" %} +{% set sha256 = "3b1e669a015ed7bb40977c104ae22f3a4e1e49f07c84b7043f0e6b21c8a0957a" %} package: name: "{{ name }}" @@ -21,21 +21,11 @@ build: requirements: host: - - python >=3.8 + - python >=3.10 - pip run: - - python >=3.8 - - psutil - - pandas - - csvtk - - bwa - - samtools =1.12 - - snpeff =5.0 - - samclip - - freebayes - - bcftools - - bedtools - - delly + - python >=3.10 + - mutamr test: imports: