Skip to main content

Efficient enumeration of fixed points in Boolean networks using answer set programming

Project description

fASP

Efficient enumeration of fixed points in Boolean networks using answer set programming

Install

You can install fASP with pip directly from the Package Index:

$ python3 -m pip install fASP

You will also need the clingo ASP solver in your PATH. Instructions are provided directly on the Potassco pages.

Run fASP from the command line

After installing fASP (and clingo), just run

$ fASP -h
usage: fASP [-h] [-v] [-m MAX] [-t TIME] [-e {conj,disj,source}] [infile]

Compute fixed points of complex Boolean networks. Copyright (C) 2023 Sylvain.Soliman@inria.fr and giang.trinh91@gmail.com GPLv3

positional arguments:
  infile                BoolNet (.bnet) file

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -m MAX, --max MAX     Maximum number of solutions (0 for all).
  -t TIME, --time TIME  Maximum number of seconds for search (0 for no-limit).
  -e {conj,disj,source}, --encoding {conj,disj,source}
                        ASP encoding to compute fixed points.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fasp-0.2.0.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

fasp-0.2.0-py3-none-any.whl (20.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page