Skip to content

Commit

Permalink
Merge branch 'master' of github.com:maxplanck-ie/ultraheatmap into cmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Feb 12, 2024
2 parents 2c7839c + 01acf94 commit 7c6ce62
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{% set name = "ultraheatmap" %}
{% set version = "1.3.1" %}

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"

0 comments on commit 7c6ce62

Please sign in to comment.