forked from fatyang799/chromIDEAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
37 lines (31 loc) · 787 Bytes
/
meta.yaml
File metadata and controls
37 lines (31 loc) · 787 Bytes
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
{% set pkg_name_lowercase = "chromideas" %}
{% set version = "1.0" %}
package:
name: {{ pkg_name_lowercase }}
version: {{ version }}
source:
path: chromIDEAS/
build:
number: 0
skip: True # [not linux]
requirements:
run:
- python >=3.8
- numpy >1.23.1
- scipy >=1.8.0
- pandas >=1.5.0
- bedtools >=2.27.1
- r-base >=4.2.0
- r-data.table >1.12.0
- r-r.utils >2.5.1
- r-foreach >1.4.0
- r-doparallel >1.0.0
- r-ggplot2 >=3.4.1
- bioconductor-genomicranges >=1.50.0
- r-seurat >4.3.0
test:
about:
home: https://github.com/fatyang799/chromIDEAS
license: MIT
license_file: LICENSE
summary: "Chromatin Informative Dynamic Epigenomic Annotation Suite (chromIDEAS): an ultra-fast all-in-one Chromatin State Analyzer"