Module protkit.tasks

tasks is a package for defining the abstract base classes for tasks.

Expand source code
"""
`tasks` is a package for defining the abstract base classes for tasks.
"""

from .surface_area_calculator import SurfaceAreaCalculator

Sub-modules

protkit.tasks.protonator

Implements class Protonator. The Protonator class serves as a template for classes that are responsible for adding hydrogen atoms to proteins in …

protkit.tasks.surface_area_calculator

Implements class SurfaceAreaCalculator to specify the interface for classes that calculate the accessible surface area (ASA) of proteins.