We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff59bf commit 2887722Copy full SHA for 2887722
1 file changed
recipes/seqwish/meta.yaml
@@ -1,8 +1,8 @@
1
-{% set version = "0.2.1" %}
+{% set version = "0.4" %}
2
3
package:
4
name: seqwish
5
- version: '{{version}}'
+ version: '{{ version }}'
6
7
source:
8
git_url: https://github.com/ekg/seqwish
@@ -21,7 +21,7 @@ requirements:
21
- cmake
22
host:
23
- zlib
24
- run:
+ run:
25
- llvm-openmp # [osx]
26
- python >=3.6
27
@@ -33,7 +33,7 @@ about:
33
home: https://github.com/ekg/seqwish
34
license: MIT
35
license_file: LICENSE
36
- summary: Alignment to variation graph inducer
+ summary: Alignment to variation graph inducer
37
38
extra:
39
skip-lints:
0 commit comments