Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package/doc/sphinx/source/documentation_pages/selections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ in the dot point above, keywords will be automatically generated for any
suitable :class:`~MDAnalysis.core.topologyattrs.TopologyAttr`. A list of
`Defined topology attributes`_ is available in the User Guide.

all
selects all atoms in the group, returned sorted and without duplicates.
If the group is ``Universe.atoms``, it is returned directly. For example::

protein, backbone, nucleic, nucleicbackbone
selects all atoms that belong to a standard set of residues; a protein
is identfied by a hard-coded set of residue names so it may not
Expand Down
Loading