Package gromacs :: Package analysis :: Package plugins :: Module proteinonly
[hide private]
[frames] | no frames]

Module proteinonly

source code


ProteinOnly
===========

Write a trajectory with only the protein retained, using
:meth:`gromacs.cbook.Transformer.keep_protein_only`.

Plugin class
------------

.. autoclass:: Stripwater
   :members: worker_class
   :undoc-members:

Worker class
------------

The worker class performs the analysis.

.. autoclass:: _ProteinOnly
   :members:

Classes [hide private]
  _ProteinOnly
ProteinOnly worker class.
  ProteinOnly
*ProteinOnly* plugin.