Metadata-Version: 1.0
Name: precursor
Version: 1.2.2
Summary: Compute minimal metabolic precursors sets that enable the production of target metabolites.
Home-page: http://pypi.python.org/pypi/precursor/
Author: Sven Thiele
Author-email: sthiele78@gmail.com
License: GPLv3+
Description: Installation 
        ============
        
        You can install precursor by running::
        
        	$ pip install --user precursor
        
        
        Usage
        =====
        
        Typical usage is::
        	
        	$ precursor.py --autoseeds network targets 
        
        For more options you can ask for help as follows::
        
        	$ precursor.py --help
        	usage: precursor.py [-h] [--autoseeds] net inputs
          
        	positional arguments:
        	  net          metabolic network in SBML format
        	  inputs       targets in XML format
          
        	optional arguments:
        	  -h, --help   show this help message and exit
        	  --autoseeds  compute possible seed metabolites
        
        
        Samples
        =======
        
        An archive with sample files is available here:
              precursor_data.tar.gz_
        
        .. _precursor_data.tar.gz: http://bioasp.github.io/downloads/samples/precursor_data.tar.gz
        
Platform: UNKNOWN
