We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6937404 commit 298e3e3Copy full SHA for 298e3e3
1 file changed
conda-recipe/meta.yaml
@@ -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
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