diff --git a/recipes/pggb/meta.yaml b/recipes/pggb/meta.yaml index 5b0a82197d30a..bc530cbe7eb6e 100644 --- a/recipes/pggb/meta.yaml +++ b/recipes/pggb/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pggb" %} -{% set version = "0.6.0" %} +{% set version = "0.7.0" %} package: name: "{{ name }}" @@ -7,30 +7,32 @@ package: source: url: https://github.com/pangenome/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz - sha256: e201410e5b7ca7c598267797a7fa30b065a1b2b76ee5c309341a93fc489704f3 + sha256: 1ea167eadd66db7665c8135a629aea046d79491f57227a4a332a376b92caf911 build: - noarch: generic + number: 0 + skip: true # [osx] run_exports: - {{ pin_subpackage(name, max_pin='x.x') }} - number: 1 requirements: run: + - wfmash ==0.14.0 + - seqwish ==0.7.11 + - smoothxg ==0.8.0 + - odgi ==0.9.0 + - gfaffix ==0.1.5b + - vg ==1.59.0 + - vcfbub ==0.1.1 + - vcflib ==1.0.10 + - multiqc ==1.22 + - python-igraph ==0.11.5 - bc - tabix - - gfaffix ==0.1.5b - gsl 2.7.0 - - multiqc ==1.19 - - odgi ==0.8.6 - pigz - bcftools - - seqwish ==0.7.10 - - smoothxg ==0.7.4 - time - - vg 1.59.0 - - wfmash ==0.13.0 - - python-igraph ==0.10.4 test: commands: @@ -40,8 +42,10 @@ about: home: https://github.com/pangenome/pggb license: MIT license_file: LICENSE - summary: This pangenome graph construction pipeline renders a collection of sequences into a pangenome graph (in the variation graph model). + summary: PanGenome Graph Building pipeline renders extra: recipe-maintainers: - AndreaGuarracino + skip-lints: + - should_be_noarch_generic