Skip to content

Commit

Permalink
Update wgdi to 0.74 (#53037)
Browse files Browse the repository at this point in the history
* Update wgdi to 0.73

* Update wgdi to 0.74

* Update meta.yaml

* Update build.sh

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Jan 7, 2025
1 parent 0ce0668 commit 77e57af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/wgdi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "wgdi" %}
{% set version = "0.72" %}
{% set version = "0.74" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 6f8e6d409f75e4fa01899e40364dfb449c345db33d53c31a2548d488c0b1e9b8
sha256: 4fc1bc7b1437912a14d823d398b293eb03642d2adbe15ca0f3104ae9d5da5fcc

build:
number: 0
Expand Down Expand Up @@ -37,6 +37,7 @@ requirements:
- fasttree
- trimal
- divvier ==1.01
- tabulate

test:
commands:
Expand All @@ -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"

Expand Down

0 comments on commit 77e57af

Please sign in to comment.