Skip to content

Commit

Permalink
Add vcfphasesets (bioconda#45092)
Browse files Browse the repository at this point in the history
* Add vcfphasesets.

* Change meta.yaml for run exports.
  • Loading branch information
marksantcroos authored and erikrikarddaniel committed Jan 10, 2024
1 parent 54e0e62 commit 9411dde
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/vcfphasesets/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set name = "vcfphasesets" %}
{% set version = "0.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2a6b8fc061d42bb4fa0d2c717978f90137a55a956928b535d6ea55c2dbd1be81

build:
number: 0
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
noarch: python
run_exports:
- {{ pin_subpackage('vcfphasesets', max_pin="x") }}


requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- pysam

test:
imports:
- vcfphasesets

about:
home: https://github.com/LUMC/vcfphasesets
license: MIT
license_family: MIT
summary: Get variants as phase sets from a VCF file using pysam.

extra:
recipe-maintainers:
- marksantcroos

0 comments on commit 9411dde

Please sign in to comment.