Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update piawka to 0.8.1 #51236

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 46 additions & 46 deletions recipes/piawka/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Loading