-
Notifications
You must be signed in to change notification settings - Fork 33
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
Preparing Molecules for DD- error running download_zinc15.py #25
Comments
@vibudh2209 @fgentile89 could you please help me out resolve the above mentioned query? |
What parameter are you passing for -tp parameter? Should be an integer less than equal to the available processor count. |
I have set following parameters: Now, I also face following error: I am new to python and beginning to understand the process. Kindly help me with it @vibudh2209 |
You need to input the parameters which are required True, I am not sure which file you are running but its asking you to input those two parameters, since those are compulsory arguments for that file to run. |
Okay thanks. So I checked multiprocessing count and I replaced that number at help=20 but still I am getting the same error. error:line 25, in |
You are not suppose to change the code, you need to provide the parameters from terminal like: |
Thanks a lot it works now |
Morgan fingerprints are not getting placed in the morgan_library folder. morgan_library folder remains empty. @vibudh2209 |
Facing this error while preparing molecules for DD:
D2-master/pd_python/download_zinc15.py", line 13, in
t_pos = int(io_args.t_pos)
ValueError: __invalid literal for int() with base 10: 'num_cpus'__
What values should I change? @vibudh2209 @fgentile89
The text was updated successfully, but these errors were encountered: