Closed wanyueli closed 4 years ago
In principle the preprocessing step generates two sets of files:
ligand_*.pdbql
and protein_*.pdbqt
, which are used to generate the molecular descriptor features (with the HTMD library)complex_*.pdb
and complex_*.attr.npz
used to generate the Rosetta features.Can you confirm if any of those files looks wrong?
Thanks for your reply, I have solved this problem
When I run the
python3 -m RosENet -- preprocess refine_set
, I met the problem that for some data this operation cannot generate all the features mentioned in the paper, and will affect the later voxelization part. The preprocessed results that can be voxelized as shown as follows: The preprocessed results that don't contain all the features and can't be voxelized as shown as follows: Is anyone meet the same problem? Why does it happen?