Skip to content

Commit

Permalink
[ci skip] Merge PR 21280
Browse files Browse the repository at this point in the history
Merge PR #21280, commits were: 
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Update meta.yaml
 * Restrict python
 * Modify requirements
 * Update meta.yaml
 * Add bwread 0.0.3
  • Loading branch information
endrebak authored Apr 6, 2020
1 parent 9c7ac13 commit acbeb5b
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/bwread/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "bwread" %}
{% set version = "0.0.3" %}

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

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

build:
number: 0
skip: True # [py27]
script: "{{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv"

requirements:
build:
- {{ compiler('c') }}
host:
- python
- pip
- cython
run:
- python
- natsort
- numpy
- pandas
- pybigwig
- pyranges
- setuptools

test:
imports:
- bwread

about:
home: "http://github.com/endrebak/bwread"
license: MIT
license_family: MIT
summary: "Read bigwig files quickly into PyRanges or DataFrames"

extra:
recipe-maintainers:
- endrebak

0 comments on commit acbeb5b

Please sign in to comment.