MaBoSS is now compatible with [SBML-qual](http://www.colomoto.org/formats/sbml-qual.html) model files.
Usage: MaBoSS [--use-sbml-names] [-c|--config CONF_FILE] -o|--output OUTPUT BOOLEAN_NETWORK_FILE
Where :
- CONF_FILE is a classic CFG file.
- OUTPUT is the prefix of the output files.
- BOOLEAN_NETWORK_FILE is the network file, in BND, SBML-Qual or BNet format.
- --use-sbml-names indicate that MaBoSS should use SBML names for naming nodes instead of SBML ids.
To compile it with SBML-qual compatibility, install libsbml and then use :
make install SBML_COMPAT=1
Version of MaBoSS available on Conda is compatible, with a new dependency on libsbml.
Version of cmaboss available on Conda and PyPi is compatible.