-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.yaml
68 lines (57 loc) · 1.34 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
name: msm-theory-sandbox
version: 0.0.1
authors:
- Hao Wu
- Feliks Nueske
- Josh Fass
- Jan-Hendrik Prinz
- Fabian Paul
- Frank Noe
emails:
description: 'A collection of examples and tools for the exploration of MSM theory.'
long_description: |
A collection of examples and tools for the exploration of MSM theory.
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 :: C
Programming Language :: Python
Programming Language :: Python :: 2
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
download_url: http://github.com/markovmodel/msm-theory-sandbox
url: http://github.com/markovmodel/msm-theory-sandbox
packages:
- msmsandbox
platforms:
- Linux
- Mac OS X
- Windows
released: false
requires:
- python
- numpy
- scipy
- pandas
- openmm
- openmmtools
- pymbar
- docopt
- pyyaml
- mdtraj
- svgwrite
- matplotlib
- ujson
- pyemma
- msmtools
license: LGPL 2.1 or later
license_file: LICENSE