-
Notifications
You must be signed in to change notification settings - Fork 26
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
no lead parsers #397
Comments
Hi - thanks for letting us know about this problem. The "no lead parsers" error is thrown when Sire can't load the input file with any of its in-built parsers. It is not a very helpful error message... Would it be possible for you to share the |
Thanks for replying. Yes, the files are attached. I don't know why the browser does not allow me to upload the .prmtop and .crd format, but I just changed to text format, change them back if you need. Also, after I installed sire with Conda, I noticed that the SYS_gaff2.crd.txt |
Hi - I've found the problem. Your Thanks for sharing this as it highlighted a problem with our parser :-) I've now added support for This doesn't help you today. To solve your problem today, you can manually delete all of the However, there are two deeper problems;
You will need to install a 2022 version of Sire (which is production-quality). To do this, type;
An additional issue is that Intel's Threading Building Blocks has changed significantly, which forced us to rewrite a lot of the underpinning parallelisation code. As we didn't know how many people still use waterswap/ligandswap/proteinswap, we did not update the
To fix this, you will need to edit the file
This switches waterswap to use the older (but still working) |
… and add in the new DCDTrajectory class. Also fixed a bug related to issue #397 in the `AmberPrm` parser. Added support for `%COMMENT` lines by adding code to `MoleculeParser` to strip out comment lines from files if requested. Note that the `AmberPrm` parser doesn't support CMAP corrections or Urey Bradley terms. Support for these should be added.
Hi Christopher, Thanks a lot, As you suggested, I installed the older version of Sire. I removed the This helps me a lot in my research project. This also explained my observation that it worked pretty good in 2021 with the same I would like to digest more on the deeper reasons when I can understand (I need to read more), but at the moment I am happy it is running. Looking forward to the 2023.0 version. :) Quantao |
Hi all,
I try to run the following command in google colab. It worked previously, but for quite some time, maybe several months, I can't repeat the calculation successfully. Help is appreciated.
The text was updated successfully, but these errors were encountered: