-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeta.yaml
38 lines (33 loc) · 842 Bytes
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{% set name = "ultraheatmap" %}
{% set version = "1.3.2" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 4696ee4f79ba4002b86f69e94b82658a9cbef31dd636e2d0ef7563eaaceeee9b
build:
number: 1
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python >=3.10
run:
- python >=3.10
- bedtools >2
- deeptools >=3.5.3
- gffutils
- pybedtools
- pybigwig
- pyyaml >=5.1
- pysam >=0.16.0.1
test:
imports:
- ultraheatmap
about:
home: "https://github.com/maxplanck-ie/ultraheatmap/"
license: MIT
license_family: MIT
summary: "ultraheatmaps facilitates the production of deepTools heatmaps"