-
Notifications
You must be signed in to change notification settings - Fork 10
/
meta.yaml
53 lines (46 loc) · 1.03 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{% set name = "OpenMiChroM" %}
{% set version = "1.1.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://files.pythonhosted.org/packages/e5/7c/16223eb7d05efa20f8cb1061f287fc35ed2c397a15cc959d02f10b8e6a03/openmichrom-1.1.0.tar.gz"
sha256: a2cd3ae826b0af507dc68b0870d25cbf7835e2954e9c96c14f0de33d43aadf00
build:
number: 0
noarch: pyhton
entry_points:
- CLINAME=OpenMiChroM._cli:main
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- openmm
- h5py
- numpy
- pandas
- pip
- python
- scikit-learn
- scipy
run:
- openmm
- h5py
- numpy
- pandas
- python
- scikit-learn
- scipy
test:
imports:
- OpenMiChroM
about:
home: https://ndb.rice.edu/Open-MiChroM
summary: Open-Michrom lib for chromosome simulations
license: MIT
license_file: LICENSE
license_family: MIT
doc_url: https://open-michrom.readthedocs.io
dev_url: https://github.com/junioreif/OpenMiChroM
extra:
recipe-maintainers:
- junioreif