forked from mihaelasmilova/duck
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.yaml
56 lines (51 loc) · 1.37 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
54
55
56
{% set name = "duck" %}
{% set version = "0.1.4" %}
package:
name: openduck
version: {{ version }}
source:
url: https://github.com/galaxycomputationalchemistry/{{ name }}/archive/refs/heads/master.tar.gz
# url: https://github.com/galaxycomputationalchemistry/{{ name }}/archive/v{{ version }}.tar.gz
# sha256: 5ee0cae33c07a3c0277d7db5a0c7a7f2bcd65752a54c3910edb6fcc64623dfc2
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
entry_points:
- get_wqb = scripts.get_wqb:main
- duck_chunk=scripts.duck_chunk:main
- duck_prepare_sys=scripts.duck_prepare_sys:main
- duck_prepare_sys_for_amber=scripts.duck_prepare_sys_for_amber:main
- duck_smd_runs=scripts.duck_smd_runs:main
# TODO: add full set of scripts when known
requirements:
host:
- python
- pip
run:
- python
- rdkit
- cudatoolkit
- networkx
- yank=0.25.2
- pdbfixer=1.7
- openff-toolkit=0.9.0
- parmed=3.4.3
- cudatoolkit=11.7.0
- openmm=7.5
- openmmforcefields=0.9.0
- ambertools=22.0
- seaborn
test:
commands:
- duck_smd_runs -h
- duck_prepare_sys -h
- duck_prepare_sys_for_amber -h
- duck_chunk -h
- get_wqb -h
about:
home: https://github.com/CBDD/openduck
license: Apache 2.0
license_family: Apache
license_file: LICENSE
summary: Open source library for dynamic undocking (DUck)