imp icon indicating copy to clipboard operation
imp copied to clipboard

The Integrative Modeling Platform

Results 95 imp issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use the package. I tried to install it using `brew tap salilab/salilab; brew install imp` in the terminal but in the end it just stopped downloading...

``` import IMP; print(IMP.__version__) develop-3c9d63925c ``` ``` rpellarin@ibcp22-087:~/imp-project/imp-20220912/Alphafold-IMP/Dpb10$ ~/imp-project/imp-20220912/imp-release/setup_environment.sh python test.py ReplicaExchange: MPI was found. Using Parallel Replica Exchange BuildSystem.add_state: setting up molecule 25S copy number 0 BuildSystem.add_state: molecule 25S...

Python 2 has long since [been retired](https://www.python.org/doc/sunset-python-2/). Many of the packages used by IMP (e.g. [numpy](https://numpy.org/doc/1.14/neps/dropping-python2.7-proposal.html), scipy) have dropped support for Python 2 so IMP with Python 2 must use...

Currently when pickling an IMP C++ object we serialize into a C++ `std::string` and then pass that back to Python as a `bytes` object, which Python can then pickle. This...

performance