A Python package for metabolic modeling
Project description
CarveMeGut
CarveMeGut is a Python package designed for metabolic model reconstruction and curation, particularly tailored for gut microbiome studies. It automates the process of extracting, curating, and refining genome-scale metabolic models using various datasets and computational methods.
Features
- Automated metabolic model reconstruction from genome sequences
- Integration with public metabolic databases
- Gap-filling for incomplete metabolic networks
- Support for various file formats (FASTA, SBML, etc.)
- CLI tools for streamlined workflows
Installation
CarveMeGut requires Python 3.7 or higher. Install it using pip:
pip install carvemegut
Alternatively, you can install the latest development version from GitHub:
git clone https://github.com/yourusername/carvemegut.git
cd carvemegut
pip install .
Usage
CLI Usage
CarveMeGut provides a command-line interface (CLI) for ease of use. After installation, you can use:
carvemegut build-universe --input genome.fasta --output model.xml
For a list of available commands:
carvemegut --help
Python API
You can also use CarveMeGut as a Python module:
import carvemegut
model = carvemegut.build_universe("genome.fasta")
model.save("model.xml")
Configuration
CarveMeGut allows customization through a configuration file
(config.cfg). This file contains parameters for model reconstruction,
database paths, and computational settings.
Data Sources
CarveMeGut integrates with multiple external metabolic databases, including:
- BiGG Models
- MetaNetX
- KEGG
Contributing
We welcome contributions! To contribute:
- Fork the repository
- Create a feature branch (
git checkout -b feature-branch) - Commit changes (
git commit -m "Add new feature") - Push to the branch (
git push origin feature-branch) - Open a Pull Request
License
CarveMeGut is released under the MIT License.
Contact
For questions or issues, please open an issue on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file carvemegut-0.3.3.tar.gz.
File metadata
- Download URL: carvemegut-0.3.3.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56690bb9ec922bf8ce04a948fbf3b7ba84380bfcf418caaee3b9171b8e1e0dcf
|
|
| MD5 |
89b0129f5ad5d1a91706dd62ea2c51e8
|
|
| BLAKE2b-256 |
5982824ae729e22480cd167863ca788c1ee6e6ba25051203daa3475140c050c3
|
File details
Details for the file carvemegut-0.3.3-py3-none-any.whl.
File metadata
- Download URL: carvemegut-0.3.3-py3-none-any.whl
- Upload date:
- Size: 50.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d0c3e29b428449e07b00940122ce7b8a008fba301be1dac11fc27b1e9872421b
|
|
| MD5 |
0d6796871a62832a76e2b9718b1b8496
|
|
| BLAKE2b-256 |
902c21a47fe0ab380d943e9bfa8d17d09612791f7cc0534e74b8340fe7d5dfdd
|