mdanalysis
mdanalysis copied to clipboard
MDAnalysis is a Python library to analyze molecular dynamics simulations.
## Is your feature request related to a problem? ## Can we have `mda.fetch_alphafold()` to get a model from https://www.alphafold.ebi.ac.uk/ ? ## Describe the solution you'd like ## ```python u...
Fixes #3387 Changes made in this Pull Request: - Added cython implementation of inverse of unsorted, unqiue array - Replaced python code in groups.py with new cython function - Added...
Given the newest version of MDAnalysis support Python 3.6+, is it reasonable to replace `lib.util.which` with [`shutil.which`](https://docs.python.org/3/library/shutil.html)? They seems to have identical intended uses and functionality. Using the standard library...
## Is your feature request related to a problem? ## As [discussed](https://github.com/MDAnalysis/mdanalysis/pull/3644#issuecomment-1100836585) in #3644 I am always frustrated when I see unsorted imports 🙃. Especially, for a new import, it...
## Expected behavior ## After creating a universe with multiple trajectory files, and a series of transformations are applied following the protein example. Those transformations are expected to be applied...
## Expected behavior ## I am using a PDB file that appears to be prepared incorrectly and includes residue number 200 for both the ligand and a protein residue. When...
I recently started using code formatting (with [black](https://black.readthedocs.io/en/stable/)), style guide enforcement (with [flake8](http://flake8.pycqa.org/en/latest/index.html#)) and static code checks (with [mypy](http://mypy-lang.org/)). I tried to apply them to MDAnalysis for fun and came...
**Is your feature request related to a problem? Please describe.** 1. [This mailing list issue](https://groups.google.com/forum/#!searchin/mdnalysis-discussion/density%7Csort:date/mdnalysis-discussion/hTcPz8jaE_A/gUa5arH8AgAJ) is a good use case of Linear Density but is foiled by the class not...
## Is your feature request related to a problem? ## The LAMMPS DumpParser topology creator is somewhat inflexible in the column format it expects. Now that we support other coordinate...
Fixes #1825 Changes made in this Pull Request: - The value of parameter "subselection" of method align.alignto was set to "all" if the mobile and reference `AtomGroup`s came from the...