-
Notifications
You must be signed in to change notification settings - Fork 71
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
error in running the included examples #1199
Comments
Thanks for reporting this! The examples in https://github.com/choderalab/yank-examples have unfortunately drifted out of sync with the latest YAML syntax. We'll make sure to get those updated. @andrrizzi : Updating those examples would be important for project continuity in yank development, so it would be great if you and @jaimergp had a chance to go through them and update them this week! |
Hi @sawstory . As John said, the examples in those repo are out of date. The option |
still have the same error! Set the general options of our simulationoptions: and this is the error |
@andrrizzi @jaimergp can you two find time this week to go through and update yank-examples? |
Hi @sawstory . That's a different error that is unrelated to the YAML file. It happens on analysis. How did you install yank? Can you copy-paste here the result of |
i have a lot of trouble installing yank and get the self test pass, the issue is that i use the recommended conda install -c omnia yank, but it install old version of yank which is 23.something and selftest fail , so i then installed version 25.2 from source which only update the yank part and then do the same for openmmtools to update it from 17.0 to 19.0. then the selftest pass but the examples give error. so i hope to fix the conda instal method as any beginner will reach dead end with that way of installation. here is the conda list |
Given the paths to your YANK installation, it seems that you are installing YANK in the base environment of an Anaconda installation. Depending on how old this installation is, this can force Also, although you compiled latest YANK from source, its dependencies might be still outdated due to the environment constraints. I'd suggest creating a new environment for YANK (and other packages you might need in your project) with |
Also, this might be the cause to #1183. |
Thanks for help , can you please continue with me to resolve this
|
Can you post the output of $ conda config --show-sources I have a hunch that we don't have the Mine says
If you don't see conda config --add channels omnia --add channels conda-forge then you can create a yank environment: conda create --yes -n yank python==3.7 yank |
Thank you, finally it worked, now i have to wait and see outcomes then learn how to analyze the data and then run my own molecules :) |
Great! I'll close the issue then since we already have choderalab/yank-examples#81 open. |
at the end it give me the following error, should i open new issue for that?
|
I'll reopen this and let @jaimergp and @andrrizzi look into this. |
Hi @sawstory . It looks that there are still some installation problems. What happens if you do this?
see also http://getyank.org/latest/installation.html#release-build. |
still the same error, the previous installation of yank with python 3.7 went smooth and all updated libraries installed, now with python 3.6 i still have the same issue. i installed yank with python 3.6 in different env called yank3.6. kindly look at the log file for the run |
there are many warnings as you can see in the log file before error, i wonder what is the effect of these warnings on result quality, these are some of the warnings: WARNING - openmmtools.multistate.multistatesampler - Warning: The openmmtools.multistate API is experimental and may change in future releases WARNING - yank.pipeline - TLeap: The unperturbed charge of the unit: 8.000000 is not zero. WARNING - yank.yank - The requested anisotropic dispersion correction won't be computed since the system is non-periodic. |
Could you provide the output of |
here is the conda list for both yank (env with python 3.7) and yank3.6 (env with python 3.6) packages in environment at /home/tryinlin/anaconda3/envs/yank:Name Version Build Channel_libgcc_mutex 0.1 main conda-forge packages in environment at /home/tryinlin/anaconda3/envs/yank3.6:Name Version Build Channel_libgcc_mutex 0.1 main conda-forge |
Hi @sawstory . Just noticed this in your log
I think the |
Thanks for your time, i notice that error line too but as you know the output directory created automatically by the run itself, so should i edit the example file run-p-xylene-implicit.sh? p-xylene binding to T4 lysozyme L99A example run script (serial mode)Run the simulationecho "Running simulation..." Analyze the dataecho "Analyzing data..." i guess i should edit the last line to be yank analyze --store=p-xylene-implicit-output/experiments |
Correct. The |
Thanks , it worked :), can you please comment about the warnings below if they normal and dont affect the run? WARNING - yank.pipeline - TLeap: The unperturbed charge of the unit: 8.000000 is not zero. WARNING - yank.yank - The requested anisotropic dispersion correction won't be computed since the system is non-periodic. |
You're welcome! Those warnings are expected with an implicit solvent model. Closing this for now then. |
I have the following error if i run any of the included examples, any advice? Thanks
Omar
The text was updated successfully, but these errors were encountered: