Skip to content

Commit

Permalink
Add recipe for ICED (#12406)
Browse files Browse the repository at this point in the history
  • Loading branch information
npavlovikj authored Nov 28, 2018
1 parent 93573ab commit 1f0a2b1
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions recipes/iced/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{% set name = "iced" %}
{% set version = "0.5.0" %}
{% set sha256 = "6a227483989bb3522b499f4a221bf1aff3f3e2439da922d7383a3d2b02c2ca9b" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: https://github.com/hiclib/{{ name }}/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed"

requirements:
build:
- {{ compiler('cxx') }}
host:
- pip
- python
- numpy >=1.9
run:
- python
- numpy >=1.9
- scipy >=0.14
- pandas
- scikit-learn
- cython
- matplotlib

test:
imports:
- iced

about:
home: https://github.com/hiclib/iced
license: new BSD
license_family: BSD
license_file: COPYING
summary: "The python module iced implements the ICE normalization of hic data."

0 comments on commit 1f0a2b1

Please sign in to comment.