Merge pull request #678 from kaizhang/master
[MACS.git] / conda / macs3 / meta.yaml
blob6ec9124bc98e26dbf1980e972649e9d6cb03de5f
1 {% set name = "macs3" %}
2 {% set version = "3.0.2" %}
4 package:
5   name: "{{ name|lower }}"
6   version: "{{ version }}"
8 source:
9   path: ../../
11 build:
12   number: 0
13   skip: True  # [py2k]
14   script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "
16 requirements:
17   build:
18     - {{ compiler('c') }}
19     - zlib
20     - python >=3.11
21     - numpy >=1.25
22     - scipy >=1.12
23     - Cython ~=3.0
24     - cykhash >=2.0,<3.0
25     - setuptools >=68.0
26     - hmmlearn >=0.3.2
27     - scikit-learn >=1.3
28   host:
29     - python >=3.11
30     - zlib
31     - numpy >=1.25
32     - scipy >=1.12
33     - Cython ~=3.0
34     - hmmlearn >=0.3.2
35     - scikit-learn >=1.3
36     - cykhash >=2.0,<3.0
37   run:
38     - python >=3.11
39     - numpy >=1.25
40     - scipy >=1.12
41     - hmmlearn >=0.3.2
42     - scikit-learn >=1.3
43     - cykhash >=2.0,<3.0
45 about:
46   home: http://github.com/macs3-project/MACS/
47   license: BSD
48   license_family: BSD
49   license_file: LICENSE
50   summary: Model Based Analysis for ChIP-Seq data