Skip to content

Commit 6b73da8

Browse files
author
Bas Rustenburg
authored
Merge pull request #118 from choderalab/ligands-refactor
Ligand parameterization updates
2 parents 807fa9b + 1544f2f commit 6b73da8

File tree

7 files changed

+4396
-186
lines changed

7 files changed

+4396
-186
lines changed

devtools/conda-recipe/meta.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ requirements:
1515
- openmm >=7.2
1616
- numpy >=1.10
1717
- scipy >=0.17.0
18+
- mdtraj # For extracting trajectory parts
1819
- openmoltools >=0.7.5
1920
- openmmtools >=0.9.3
2021
- ambermini >=15.0.4
@@ -31,12 +32,14 @@ requirements:
3132
- pandas
3233
- beautifulsoup4 # for deserialization of html tables
3334
- saltswap >=0.5.2 # for counterion coupling
35+
- networkx # matching protonation state structures
3436

3537
run:
3638
- python
3739
- openmm >=7.2
3840
- numpy >=1.10
3941
- scipy >=0.17.0
42+
- mdtraj # For extracting trajectory parts
4043
- netcdf4 >=1.2.4
4144
- hdf4 >4.2.11 # Pinned because of issue with netcdf4
4245
- openmoltools >=0.7.5
@@ -51,6 +54,7 @@ requirements:
5154
- pandas
5255
- saltswap >=0.5.2 # for counterion coupling
5356
- beautifulsoup4 # for deserialization of html tables
57+
- networkx # matching protonation state structures
5458

5559
test:
5660
requires:

0 commit comments

Comments
 (0)