draeger-lab / SPECIMEN

Automated pipeline for strain-specific metabolic modeling based on a high-quality template model.
GNU General Public License v3.0
5 stars 1 forks source link

GitHub License Python Version from PEP 621 TOML Documentation Status GitHub release (with filter) GitHub last commit (branch) Repo Size GitHub all releases DOI

Logo of SPECIMEN

SPECIMEN

SPECIMEN is a collection of different workflows designed for the automated and standardised curation of genome-scale models. It is mainly based on the refineGEMs toolbox, but also includes additional tools like CarveMe.

Note:
This tool is currently still under active developement, any feedback or ideas are welcome. Also, since its developemental, please note that bugs and error will probably occur. Please feel free to report them to the developers.

Currently avaible workflow:

Note: Due to some major refactoring changes in refineGEMs this workflow might not run as expected.

Installation

Download this repository and run the command pip install -e . inside the top-level directory.

When running certain steps, further tools need to be installed:

Quickstart

After the installation, main functionalities can be accessed either via the command line. Try running specimen --help for more information.

For greater control or for further integration into other scripts, the modules of SPECIMEN can be loaded as a Python package using import specimen in a Python script.

Documentation

For more information about the available pipelines, the code or for troubleshooting, please refer to the documentation of the tool here.