From 839670c5837fe3716332c328cddbf3e309e0a388 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:15:50 +0000 Subject: [PATCH] Update piawka to 0.8.1 --- recipes/piawka/meta.yaml | 92 ++++++++++++++++++++-------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/recipes/piawka/meta.yaml b/recipes/piawka/meta.yaml index 46510a8351bc5..eec3e0792c0fa 100644 --- a/recipes/piawka/meta.yaml +++ b/recipes/piawka/meta.yaml @@ -1,46 +1,46 @@ -{% set name = "piawka" %} -{% set version = "0.7.10" %} - -package: - name: {{ name|lower }} - version: {{ version }} - -source: - url: https://github.com/novikovalab/{{ name }}/archive/refs/tags/{{ version }}.tar.gz - sha256: 511859b69525db7dc988ae55556e6fd31e2709f0e3a4de404f87abfadb97a273 - -build: - noarch: generic - number: 0 - run_exports: - - {{ pin_subpackage('piawka', max_pin="x.x") }} - -requirements: - run: - - mawk =1.3.4 - - parallel - - bash - - tabix - -test: - commands: - - piawka_par.sh -h - -about: - home: https://github.com/novikovalab/piawka - license: MIT - license_family: MIT - license_file: LICENSE - summary: 'The powerful AWK script to calculate population statistics in VCF files with support for varying ploidy and missing data' - description: | - The powerful awk script to calculate π, Dxy (or πxy, or Nei's D) - and some more simple stats (Fst, Tajima's D, Ronfort's rho) in VCF files in the command line. - Developed to analyze arbitrary-ploidy groups with substantial amounts of missing data. - Largely inspired by https://github.com/ksamuk/pixy - dev_url: https://github.com/novikovalab/piawka - doc_url: https://github.com/novikovalab/piawka/wiki - doc_source_url: https://github.com/novikovalab/piawka/blob/main/README.md - -extra: - recipe-maintainers: - - taprs +{% set name = "piawka" %} +{% set version = "0.8.1" %} + +package: + name: {{ name|lower }} + version: {{ version }} + +source: + url: https://github.com/novikovalab/{{ name }}/archive/refs/tags/{{ version }}.tar.gz + sha256: c280b0669724410be64e9db6c61680d38ba89a263eb2d75efef1beb79d43a8c2 + +build: + noarch: generic + number: 0 + run_exports: + - {{ pin_subpackage('piawka', max_pin="x.x") }} + +requirements: + run: + - mawk =1.3.4 + - parallel + - bash + - tabix + +test: + commands: + - piawka_par.sh -h + +about: + home: https://github.com/novikovalab/piawka + license: MIT + license_family: MIT + license_file: LICENSE + summary: 'The powerful AWK script to calculate population statistics in VCF files with support for varying ploidy and missing data' + description: | + The powerful awk script to calculate π, Dxy (or πxy, or Nei's D) + and some more simple stats (Fst, Tajima's D, Ronfort's rho) in VCF files in the command line. + Developed to analyze arbitrary-ploidy groups with substantial amounts of missing data. + Largely inspired by https://github.com/ksamuk/pixy + dev_url: https://github.com/novikovalab/piawka + doc_url: https://github.com/novikovalab/piawka/wiki + doc_source_url: https://github.com/novikovalab/piawka/blob/main/README.md + +extra: + recipe-maintainers: + - taprs