There was an error while loading. Please reload this page.
1 parent a279f91 commit 9f3a9a4Copy full SHA for 9f3a9a4
1 file changed
recipes/bygul/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "4.0.2" %}
+{% set version = "4.0.3" %}
2
{% set name = "Bygul" %}
3
4
package:
@@ -16,7 +16,7 @@ build:
16
17
source:
18
url: https://github.com/andersen-lab/{{ name }}/archive/V{{ version }}.tar.gz
19
- sha256: d2faf779c32b089aa94c3f332067b98610e7130e22f43bcf46172c2096930376
+ sha256: 31694f1633bbaffc70e787785b8426448e726cccd2d4fcb53794088cc1e509d2
20
21
requirements:
22
host:
@@ -32,8 +32,12 @@ requirements:
32
- biopython
33
- wgsim
34
- mason
35
+ - regex
36
+ - art
37
38
test:
39
+ imports:
40
+ - bygul
41
commands:
42
- bygul simulate-proportions --help
43
0 commit comments