1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.. MacSyFinder - Detection of macromolecular systems in protein datasets
using systems modelling and similarity search.
Authors: Sophie Abby, Bertrand Néron
Copyright © 2014-2023 Institut Pasteur (Paris), and CNRS.
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.
.. _model_conf_parser:
*****************
model_conf_parser
*****************
The parser of xml file model_cof.xml located at the root of the model package.
This file is optional in package
.. _model_conf_api:
model_conf_parser API reference
===============================
ModelConfParser
===============
.. automodule:: macsypy.model_conf_parser
:members:
:private-members:
:special-members:
|