-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.yaml
81 lines (57 loc) · 1.54 KB
/
setup.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
name: AdaptiveMD
authors:
- Jan-Hendrik Prinz
- Frank Noe
- John Ossyra
emails:
description: 'A framework to run Molecular Dynamics Simulations in Adaptive Sampling Workflows.'
long_description: |
AdaptiveMD is a pure python package that implements a distributed
computing framework to facilitate running MD simulations that are
continually adapted using Markov State Models.
classifiers: |
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General
Public License v2.1 or later (LGPLv2.1+)
Programming Language :: Python
Programming Language :: Python :: 2
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
download_url: https://github.com/markovmodel/adaptivemd
url: https://github.com/markovmodel/adaptivemd
packages:
- adaptivemd
- adaptivemd.analysis
- adaptivemd.engine
- adaptivemd.analysis.pyemma
- adaptivemd.engine.openmm
- adaptivemd.mongodb
#- adaptivemd.rp
platforms:
- Linux
- Mac OS X
released: false
scripts:
- adaptivemd/scripts/adaptivemdworker
install_requires:
- python
- jsonschema
- pyyaml
- six
- numpy
- ujson
#- radical.pilot
- pymongo>=3
include_package_data: true
package_data:
adaptivemd:
- adaptivemd/scripts/_run_.py
license: LGPL 2.1 or later
license_file: LICENSE