You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed rosetta path in constants.py as you suggested.
Installed mgltools_x86_64Linux2_1.5.6 which was mentioned there and fixed path to it.
Changed "python2" to "python3" in rosetta.py, as my rosetta was built for python3.
Commented out #from htmd.builder.preparation import proteinPrepare in make_complex_pdb.py as it is unused (the call was commented out in the source code) and looks like library does not work anymore (it fails to run binary when imported): https://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/apbs/pdb2pqr.html
Installed a LOT of other packages to fix upcoming import issues.
Made proper labels file and placed it along with PDBbind v2019 into test_dataset.
protocols.ligand_docking.ligand_options.MinimizeBackbone: [ WARNING ] for backbone minimization to work properly, a stretch of at least 4 residues needs to be allowed to move. Stretch between 101 and 102 is too short. This should never happen after extending the interface
About the 4th step, you did in preprocessing, I used" from moleculekit.tools.preparation import proteinPrepare" instead, and it can works.
And a question I want to ask is that how did you make the labels file for the PDBbind dataset? Only write the PDB folder name and the binding affinity into it? Did you do some transform operation about the bind affinity value?
About step 4 and 5: It looks like the install.sh-script didn't install the pip dependencies correctly. After I executed pip install -r pip-requirements.txt many dependencies have been installed, including htmd-pdb2pqr.
What I did to make preprocess running:
constants.py
as you suggested.mgltools_x86_64Linux2_1.5.6
which was mentioned there and fixed path to it.rosetta.py
, as my rosetta was built for python3.#from htmd.builder.preparation import proteinPrepare
inmake_complex_pdb.py
as it is unused (the call was commented out in the source code) and looks like library does not work anymore (it fails to run binary when imported): https://www.cgl.ucsf.edu/chimera/docs/ContributedSoftware/apbs/pdb2pqr.htmltest_dataset
.Running
python3 -m RosENet -- preprocess test_dataset
Now I have the following lines printed:
And the following files created:
I see here some crash log from Rosetta. In contains the following things:
It seems to me to be related to the data. But some files are generated, I don't know if it is a problem at all. Can you please help me on this?
Full crash log
The text was updated successfully, but these errors were encountered: