Installation
...
protein-ligand-benchmark
Code Block |
---|
conda create -n pmxworkflow -c conda-forge -c omnia python=3.7 openforcefield numpy pandas future git-lfs pint |
...
conda activate pmxworkflow |
...
git lfs clone |
...
https://github.com/openforcefield/ |
...
protein-ligand-benchmark.git cd protein-ligand-benchmark conda env update --file environment.yml pip install -e . cd .. |
pmx workflow (part of dfhahn’s pmx fork)
Code Block |
---|
git clone https://github.com/dfhahn/pmx/ |
...
cd pmx |
...
git checkout --track origin/py3 |
...
pip install -e . |
...
cd .. |
Protocol
python ~/src/pmx/pmx/workflow/workflow1_parameterize_ligands.py -t cmet -f openff-1.0.0.offxml -p ./ -v -l lig_CHEMBL3402748_5300_8
...