-
Notifications
You must be signed in to change notification settings - Fork 13
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
Featurization Error #9
Comments
I suspect this is arising in the mcss feature computation? If so, it is complaining that the mcss computation failed in an unexpected way. This part of the code requires use of Schrodinger "canvasMCS" utility. The code assumes that executable is at "$SCHRODINGER/utilities/canvasMCS" works. You might need to set the SCHRODINGER environmental variable to make this work. |
How do I set the SCHRODINGER environment to make this work? |
The executable is in schrodinger/install/2021-1/canvas-v4.7/bin/Linux-x86_64/canvasMCS Thanks for your assistance |
Ah I see. Sorry, I did not realize that some schrodinger installations have different directory structures. You can solve this issue by updating line 72 of features/mcss.py from You should use the absolute path to canvasMCS, instead of this relative path, so that the code can execute from any directory. |
I change it but still having the same error the full error is |
Please any idea on how to resolve this issue? |
Hello, could you add the following two print statements and share the output with me: At line 83 of features/mcss.py: At line 92 of features/mcss.py: Thank you! |
Okay |
Error generated is below; Extracting glide scores. |
It appears that it is looking for mcss16.typ in my home directory /home/manyanwu/features/mcss16.typ but the file is in the directory /research/rgs01/applications/hpcf/authorized_apps/rhel7_apps/combind/combind/features |
Before running combind, you need to run |
got it working I run export COMBINDHOME=/research/rgs01/applications/hpcf/authorized_apps/rhel7_apps/combind/combind |
I noticed the error below while executing combind featurize features docking//_pv.maegz
assert os.path.exists(csv)
AssertionError
Does anyone know which CSV file is missing and in which directory/folder
The text was updated successfully, but these errors were encountered: