.. _config:

Configuration
=============

Configuration Dataclasses
+++++++++++++++++++++++++

These dataclasses define the sections of a ForMoSA configuration file.

.. automodule:: ForMoSA.config.global_config
	:members:
	:undoc-members:
	:show-inheritance:

Paths
+++++

The :class:`~ForMoSA.config.paths.Paths` class validates and manages the
file-system paths used throughout an analysis run.

.. automodule:: ForMoSA.config.paths
	:members:
	:undoc-members:
	:show-inheritance:
