Metadata-Version: 2.0
Name: psamm
Version: 0.21
Summary: PSAMM metabolic modeling tools
Home-page: https://github.com/zhanglab/psamm
Author: Jon Lund Steffensen
Author-email: jon_steffensen@uri.edu
License: GNU GPLv3+
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: PyYAML (>=3.11,<4.0)
Requires-Dist: six
Requires-Dist: enum34; python_version=="2.7"
Requires-Dist: enum34; python_version=="3.3"
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: mock; extra == 'docs'

PSAMM metabolic modeling tools
==============================

.. image:: https://travis-ci.org/zhanglab/psamm.svg?branch=develop
   :alt: Build Status
   :target: https://travis-ci.org/zhanglab/psamm
.. image:: https://readthedocs.org/projects/psamm/badge/?version=latest
   :alt: Documentation Status
   :target: https://readthedocs.org/projects/psamm/?badge=latest
.. image:: https://badge.fury.io/py/psamm.svg
   :alt: Package Status
   :target: https://pypi.python.org/pypi/psamm
.. image:: https://coveralls.io/repos/zhanglab/psamm/badge.svg?branch=develop&service=github
   :alt: Test Coverage Status
   :target: https://coveralls.io/github/zhanglab/psamm?branch=develop
.. image:: https://zhanglab.github.io/psamm/doi-flat.svg
   :alt: Digital Object Identifier
   :target: https://doi.org/10.1371/journal.pcbi.1004732

PSAMM is an open source software that is designed for the curation and analysis
of metabolic models. It supports model version tracking, model annotation, data
integration, data parsing and formatting, consistency checking, automatic gap
filling, and model simulations.

See NEWS_ for information on recent changes. The ``master`` branch
tracks the latest release while the ``develop`` branch is the latest version in
development. Please apply any pull requests to the ``develop`` branch when
creating the pull request.

.. _NEWS: NEWS.md

Install
-------

Use ``pip`` to install (it is recommended to use a Virtualenv_):

.. code:: shell

    $ pip install psamm

The ``psamm-import`` tool is developed in `a separate repository`_. After
installing PSAMM the ``psamm-import`` tool can be installed using:

.. code:: shell

    $ pip install git+https://github.com/zhanglab/psamm-import.git

.. _Virtualenv: https://virtualenv.pypa.io/
.. _a separate repository: https://github.com/zhanglab/psamm-import

Documentation
-------------

The documentation for PSAMM is available at `Read the Docs`_.

.. _Read the Docs: https://psamm.readthedocs.org/

Citing PSAMM
------------

If you use PSAMM in a publication, please cite:

Steffensen JL, Dufault-Thompson K, Zhang Y. PSAMM: A Portable
System for the Analysis of Metabolic Models. PLOS Comput Biol. Public
Library of Science; 2016;12: e1004732. `10.1371/journal.pcbi.1004732`_.

.. _10.1371/journal.pcbi.1004732: https://doi.org/10.1371/journal.pcbi.1004732

Software license
----------------

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

See LICENSE_.

.. _LICENSE: LICENSE


