Skip to content

Commit 298e3e3

Browse files
committed
Add conda recipe
1 parent 6937404 commit 298e3e3

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
package:
2+
name: prepmd
3+
version: 1.0
4+
5+
source:
6+
#git_url: https://www.github.com/ccpbiosim/prepmd.git
7+
path: ..
8+
9+
requirements:
10+
build:
11+
- python
12+
- pip
13+
- setuptools
14+
run:
15+
- python
16+
- requests
17+
- openmm
18+
- pdbfixer
19+
- modeller
20+
- biopython
21+
- mdanalysis
22+
- openmmtools
23+
- rdkit
24+
- openff-toolkit
25+
test:
26+
commands:
27+
- prep-license MODELIRANJE
28+
imports:
29+
- prepmd
30+
31+
about:
32+
summary: A utility to automatically prepare structures from the PDB for molecular dynamics simulation
33+
dev_url: https://github.com/CCPBioSim/prepmd
34+
license: GNU Affero General Public License v3.0
35+
license_file: LICENSE

0 commit comments

Comments
 (0)