scarcc


Namescarcc JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/TFwongw/scarccpy
SummaryNone
upload_time2024-04-26 06:09:57
maintainerNone
docs_urlNone
authorThomas Wong
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# SCARCCpy - Simulation of Combined Antibiotics in Cross-feeding Communities

SCARCC is a python package developed by the Harcombe Lab designed to identify synergistic interactions between antibiotics within our two-species cross-feeding microbial community. 

This package utilizes [COBRA](https://github.com/opencobra/cobrapy) to analyze the perturbation effects caused by antibiotics in the genome-scale metabolic network using Flux Balance Analysis (FBA), and [COMETS](https://github.com/segrelab/cometspy) simulations to incorporate multispecies growth simulation using Dynamic Flux Balance Analysis (dFBA). 


# Documentation
The documentation is at [readthedocs](https://scarccpy.readthedocs.io/en/latest/index.html)


# Installation

[Python version](https://www.python.org/downloads/release/python-3100/) greater than Python 3.10 is required.

Use pip to install, use of [virtual environment](http://docs.python-guide.org/en/latest/dev/virtualenvs/) is encouraged. 

For more detail setting up in MSI, see [INSTALL.rst](https://github.com/TFwongw/scarccpy/blob/main/INSTALL.rst)

```py
pip install scarcc
```
# License
The SCARCC source code is available under the MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TFwongw/scarccpy",
    "name": "scarcc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Thomas Wong",
    "author_email": "wong0755@umn.edu",
    "download_url": null,
    "platform": null,
    "description": "\r\n# SCARCCpy - Simulation of Combined Antibiotics in Cross-feeding Communities\r\n\r\nSCARCC is a python package developed by the Harcombe Lab designed to identify synergistic interactions between antibiotics within our two-species cross-feeding microbial community. \r\n\r\nThis package utilizes [COBRA](https://github.com/opencobra/cobrapy) to analyze the perturbation effects caused by antibiotics in the genome-scale metabolic network using Flux Balance Analysis (FBA), and [COMETS](https://github.com/segrelab/cometspy) simulations to incorporate multispecies growth simulation using Dynamic Flux Balance Analysis (dFBA). \r\n\r\n\r\n# Documentation\r\nThe documentation is at [readthedocs](https://scarccpy.readthedocs.io/en/latest/index.html)\r\n\r\n\r\n# Installation\r\n\r\n[Python version](https://www.python.org/downloads/release/python-3100/) greater than Python 3.10 is required.\r\n\r\nUse pip to install, use of [virtual environment](http://docs.python-guide.org/en/latest/dev/virtualenvs/) is encouraged. \r\n\r\nFor more detail setting up in MSI, see [INSTALL.rst](https://github.com/TFwongw/scarccpy/blob/main/INSTALL.rst)\r\n\r\n```py\r\npip install scarcc\r\n```\r\n# License\r\nThe SCARCC source code is available under the MIT License.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.10",
    "project_urls": {
        "Homepage": "https://github.com/TFwongw/scarccpy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68f17b4e79abc473f997c5ffbafa3f94d6a2acacb83bd90a7f6020e9afdfdbe2",
                "md5": "24aa20695796b7ba9568cb948f5a48eb",
                "sha256": "e5f924710f3d022894da80cb8a3ef0d4a8e4e0e14d67ae3e7a43485a751e44bb"
            },
            "downloads": -1,
            "filename": "scarcc-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24aa20695796b7ba9568cb948f5a48eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 73567,
            "upload_time": "2024-04-26T06:09:57",
            "upload_time_iso_8601": "2024-04-26T06:09:57.296239Z",
            "url": "https://files.pythonhosted.org/packages/68/f1/7b4e79abc473f997c5ffbafa3f94d6a2acacb83bd90a7f6020e9afdfdbe2/scarcc-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 06:09:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TFwongw",
    "github_project": "scarccpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "scarcc"
}
        
Elapsed time: 0.22886s