Skip to content

Commit 9f3a9a4

Browse files
authored
Update Bygul version and required dependencies (#68843)
* upgrade version number * sha256 for new version * adding the new requiremed packages * ensure imports work
1 parent a279f91 commit 9f3a9a4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

recipes/bygul/meta.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "4.0.2" %}
1+
{% set version = "4.0.3" %}
22
{% set name = "Bygul" %}
33

44
package:
@@ -16,7 +16,7 @@ build:
1616

1717
source:
1818
url: https://github.com/andersen-lab/{{ name }}/archive/V{{ version }}.tar.gz
19-
sha256: d2faf779c32b089aa94c3f332067b98610e7130e22f43bcf46172c2096930376
19+
sha256: 31694f1633bbaffc70e787785b8426448e726cccd2d4fcb53794088cc1e509d2
2020

2121
requirements:
2222
host:
@@ -32,8 +32,12 @@ requirements:
3232
- biopython
3333
- wgsim
3434
- mason
35+
- regex
36+
- art
3537

3638
test:
39+
imports:
40+
- bygul
3741
commands:
3842
- bygul simulate-proportions --help
3943

0 commit comments

Comments
 (0)