-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not found /software/rosetta/DAlphaBall.gcc #55
Comments
DAlphaBall is distributed with the regular Rosetta package in Alternatively, there's a separate distribution of just DAlphaBall, if you don't need the full Rosetta package: https://github.com/outpace-bio/DAlphaBall -- Or you can download it from the original source: https://simtk.org/projects/alphamol |
Thank you for your answer. I found the rosetta/main/source/external/DalpahBall/ directory and compiled it to generate DAlphaBall.gcc. |
When I run ./get_interface_metrics.py output/run2/trf_relax/, The error is as follows: File: /home/benchmark/rosetta/source/src/core/io/external/PsiPredInterface.cc:341 /opt/RFDesign/scripts/psipred is the installation path for psipred4, and the path on line 106 of the interface_metrics.xml file has been modified. |
In line 32 of the scripts/get_interface_metrics.py , as follows:
init('-corrections::beta_nov16 -holes:dalphaball /software/rosetta/DAlphaBall.gcc -detect_disulf false')
What file is/software/rosetta/DAlphaBall.gcc here? I did not find it in the Rosetta source code.
The text was updated successfully, but these errors were encountered: