Closed maxzvyagin closed 3 years ago
I think all the pieces are done, just testing this function now: https://github.com/ramanathanlab/molecular_dynamics_neural_operator/blob/main/preprocess.py
Preprocessing is running, but it takes a long time for the 1.1M frames of BBA training data.
Preprocessing done.
Install requirements: conda install -c conda-forge apbs conda install -c conda-forge pdb2pqr pip install gridDataFormats
Command line steps:
For each pdb file, run the following:
pdb2pqr30 {pdb_file} temp.pqr
Then, once we have the pqr, run the following:
apbs convert.in
, which will generate a temp.dx file. The contents of convert.in are below.Then, in python, run the following:
The convert.in file: