Skip to content

Commit

Permalink
Update piawka to 0.8.2 (#51259)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Oct 8, 2024
1 parent 745ffcb commit a68b1f2
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions recipes/piawka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{% 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:
- conda-forge::gawk >=5.0.0
- bash
- tabix

test:
commands:
- piawka --help

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.2" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/novikovalab/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: d11e62a8d22f21358923b8f5600ab49d6d7513341e043ca68ede36ace2024ba3

build:
noarch: generic
number: 0
run_exports:
- {{ pin_subpackage('piawka', max_pin="x.x") }}

requirements:
run:
- conda-forge::gawk >=5.0.0
- bash
- tabix

test:
commands:
- piawka --help

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

0 comments on commit a68b1f2

Please sign in to comment.