From 77e57af4d59679e7d5d1725dbf42c211d6c33cdb Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 7 Jan 2025 03:03:55 -0500 Subject: [PATCH] Update wgdi to 0.74 (#53037) * Update wgdi to 0.73 * Update wgdi to 0.74 * Update meta.yaml * Update build.sh --------- Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/wgdi/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes/wgdi/meta.yaml b/recipes/wgdi/meta.yaml index 51b96ca6393e3..eda176457456a 100644 --- a/recipes/wgdi/meta.yaml +++ b/recipes/wgdi/meta.yaml @@ -1,5 +1,5 @@ {% set name = "wgdi" %} -{% set version = "0.72" %} +{% set version = "0.74" %} package: name: "{{ name|lower }}" @@ -7,7 +7,7 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: 6f8e6d409f75e4fa01899e40364dfb449c345db33d53c31a2548d488c0b1e9b8 + sha256: 4fc1bc7b1437912a14d823d398b293eb03642d2adbe15ca0f3104ae9d5da5fcc build: number: 0 @@ -37,6 +37,7 @@ requirements: - fasttree - trimal - divvier ==1.01 + - tabulate test: commands: @@ -46,7 +47,7 @@ about: home: "https://github.com/SunPengChuan/wgdi" license: BSD-2-Clause license_family: BSD - summary: "Whole Genome Duplication Identification" + summary: "Whole Genome Duplication Identification." description: "Python utility libraries on comparative genomics." dev_url: "https://github.com/SunPengChuan/wgdi"