-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
745ffcb
commit a68b1f2
Showing
1 changed file
with
45 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |