Closed simonbray closed 5 years ago
Thanks. We have no plans to make further updates to this package and suggest using alchemlyb
instead. If you find it doesn't have the functionality you need in terms of graphics, etc., we'd love to have your help migrating that functionality from here.
As per our main README.md:
Use Alchemlyb instead We are in the process of migrating all functionality from here to instead use alchemlyb, which focuses on being a general Python library for performing analysis of alchemical calculations rather than a stand-alone command-line tool for analyzing these calculations. We recommend you move to using, and contribute to the development of, alchemlyb instead. It already has the following advantages, among others:
- Python 3 compatible
- Works as a library rather than a stand-alone tool, allowing easier connection with trajectory analysis
- Has automated testing/continuous integration testing
- Easily extensible However, some of the plotting functionality and analysis features available in alchemical analysis are not yet available in alchemlyb. If there is functionality which is particularly important to you which is missing there, please raise an issue on the alchemlyb issue tracker.
In the meantime, Alchemical Analysis is still available but deprecated and we discourage its use. Please use alchemlyb instead. We may occasionally perform minor/critical maintenance here, but intend to cease maintaining this package over time.
I understand, thanks for the reply.
Hi, just as a disclaimer, I'm not at all familiar with this tool, so maybe there's a very trivial solution to this issue. I came across it while reviewing code for a colleague.
I am working in a conda environment and running this command:
It fails with
It seems the cause of the error is the newest (3.0.4) version of pymbar. When I run
conda install pymbar==3.0.3
and then retry the command above it completes successfully.ping @tsenapathi