COBRApy Compatible Genome Scale Metabolic Network Reconstruction Tool: Reconstructor
Project description
Reconstructor - Current Version: 1.2.0
This repository contains all source code in the Reconstructor Python package,
important file dependencies, and benchmarking scores for Reconstructor
models. Reconstructor is a COBRApy compatible, automated GENRE building tool
from annotated aminoa acid .fasta files based on KEGG annotations.
Installation
Install Reconstructor using pip:
pip install reconstructor
Use following command to download additional dependencies/run final installation checks (should take ~1hr to complete depending on your system):
python -m reconstructor --test yes
[!NOTE] Running the test suite will automatically download a DIAMOND database and a DIAMOND binary for blasting. If you do not want it to automatically download the DIAMOND binary, then you can use the
--skip-diamondoption. See the documentation for details.
See the documentation for additional details about installation.
Usage
Use reconstructor via COMMAND LINE
Now that Reconstructor and all dependency databases are installed, you can
proceed to use Reconstructor via the command line. An example would be:
python -m reconstructor --input_file <input fasta file> --file_type <1,2,3> --gram <negative, positive> --media rich
All possible command line arguments are described in a later section.
Type 1: Build GENRE from annotated amino acid .fasta file
python -m reconstructor --input_file Osplanchnicus.aa.fasta --file_type 1 --gram negative --media rich
Type 2: Build GENRE from BLASTp hits
python -m reconstructor --input_file Osplanchnicus.hits.out --file_type 2 --gram negative --media rich
Type 3: Additional gap-filling (if necessary)
python -m reconstructor --input Osplanchnicus.sbml --type 3 --media rich
Use Reconstructor directly in PYTHON
Reconstructor can be imported and used directly in Python for easy integration with COBRApy analysis tools:
from reconstructor import reconstruct
Here is an example of how to generate a GENRE from an annotated amino acid fasta file (.fa, type 1 input) directly in your python script.
model = reconstruct('218496.4.fa', file_type=1, gram='negative')
All arguments for this function are described in the next section.
Required and optional arguments
--input_file <REQUIRED input file, required, str>
--file_type <REQUIRED input file type, .fasta = 1, diamond blastp output = 2, .sbml = 3, Required, Default = 1, int>
--gram <REQUIRED Type of Gram classificiation (positive or negative), default = positive, str>`
--media <REQUIRED 'rich' is the default and can be used to generate model based on a rich media. List of strings of metabolites in modelseed namespace composing the media condition, comma separated. Must end with _e. For example: 'cpd00001_e'.>`
--org <KEGG organism code. Not required, str>
--min_frac <Minimum objective fraction required during gapfilling, default = 0.01, float>
--max_frac <Maximum objective fraction allowed during gapfilling, default = 0.5 ,float>
--out <Name of output GENRE file, default = default, str>
--name <ID of output GENRE, default = default, str>
--cpu <Number of processors to use, default = 1, int>
--test <run installation tests, default = no, str>
Git Repository Structure
reconstructor
Contains the source code for Reconstructor.
reference
Contains a variety of zipped reference files related to Receonstructor:
- RepresentativeGENRES.zip (comparison of models created by
Reconstructor, ModelSeed, and CarveME) - MEMOTE.zip (MEMOTE benchmarking scores for 10 representative
Reconstructormodels) - C_difficile_media.zip (C. Difficile models made with 5 different media)
See the reference folder README for more details about its contents.
docs
Contains documentation files for Reconstructor.
[!WARNING] The documentation is still very much under development.
Additional Information
Thank you for your interest in Reconstructor. If you have any additional
questions please open an issue.
If you encounter any problems, please file an issue along with a detailed description.
Distributed under the terms of the MIT license, Reconstructor is
free and open source software.
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 reconstructor-1.2.0.tar.gz.
File metadata
- Download URL: reconstructor-1.2.0.tar.gz
- Upload date:
- Size: 39.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c2e31b3d463cc881358a0da91a6253cd7a9bb0933796eaf99bef7816462f2bb
|
|
| MD5 |
10cc15177c93c62e7d29fe3b350f4fa7
|
|
| BLAKE2b-256 |
00333568ec78c3591c26c88f963233c1a1068c4f04dc1dfb5f4b17cb42f698e3
|
File details
Details for the file reconstructor-1.2.0-py3-none-any.whl.
File metadata
- Download URL: reconstructor-1.2.0-py3-none-any.whl
- Upload date:
- Size: 39.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.0 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4a2d4bd9e6b0e9ffa143a6f160ad666ea6971bc7995bfa1724b25ec52c53563
|
|
| MD5 |
39d45c30f3d785823ffd18242466d209
|
|
| BLAKE2b-256 |
22ed3cad5557f1cb4a808c56367e62f3c064ae32753c23a60509d2e9a118a852
|