.. MacSyFinder - Detection of macromolecular systems in protein datasets
    using systems modelling and similarity search.            
    Authors: Sophie Abby, Bertrand Néron                                 
    Copyright © 2014  Institut Pasteur, Paris.                           
    See the COPYRIGHT file for details                                    
    MacsyFinder is distributed under the terms of the GNU General Public License (GPLv3). 
    See the COPYING file for details.  
    
.. _config:


*****************
Configuration API
*****************

Options to run MacSyFinder can be specified in a :ref:`Configuration file <config-definition-label>`. The API described below handles all configuration options for MacSyFinder. The Config object provides some default values, and performs some validations of the values.
   
     
 
 
Config API reference
====================
.. automodule:: macsypy.config
   :members:
   :private-members:
   :special-members:

