项目作者: bioasp

项目描述 :
Compute minimal metabolic precursors sets that enable the production of target metabolites
高级语言: Python
项目地址: git://github.com/bioasp/precursor.git
创建时间: 2014-02-24T10:22:36Z
项目社区:https://github.com/bioasp/precursor

开源协议:GNU General Public License v3.0

下载


Installation

You can install precursor by running:

  1. $ pip install --user precursor

On Linux the executable script can then be found in ~/.local/bin

and on MacOS the script is under /Users/YOURUSERNAME/Library/Python/3.6/bin.

Usage

Typical usage is:

  1. $ precursor.py --autoseeds network targets

For more options you can ask for help as follows:

  1. $ precursor.py --help
  2. usage: precursor.py [-h] [--autoseeds] net inputs
  3. positional arguments:
  4. net metabolic network in SBML format
  5. inputs targets in XML format
  6. optional arguments:
  7. -h, --help show this help message and exit
  8. --autoseeds compute possible seed metabolites

Samples

An archive with sample files is available here.