File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 DSSP by porting upstream PyDSSP 0.9.1 fix (Issue #4913)
4747
4848Enhancements
49+ * Added documentation for all keyword in select_atoms() and
50+ selections.rst (Issue #5317, PR #5325)
4951 * Added HydrogenBondAnalysis benchmark for performance tracking (PR #5309)
5052 * Added `select=None` in `analysis.rms.RMSD` to perform no selection on
5153 the input `atomgroup` and `reference` (Issue #5300, PR #5296)
Original file line number Diff line number Diff line change @@ -3289,6 +3289,10 @@ def select_atoms(
32893289
32903290 **Simple selections**
32913291
3292+ all
3293+ selects all atoms in the current group; the resulting
3294+ :class:AtomGroup is unique and sorted by index. If the group
3295+ already corresponds to Universe.atoms, it is returned unchanged.
32923296 protein, backbone, nucleic, nucleicbackbone
32933297 selects all atoms that belong to a standard set of residues;
32943298 a protein is identfied by a hard-coded set of residue names so
You can’t perform that action at this time.
0 commit comments