Metadata-Version: 2.0
Name: PyOmics
Version: 0.0.1.dev4
Summary: A library for dealing with omic-data in the life sciences
Home-page: https://github.com/FloBay/PyOmics.git
Author: Florian P. Bayer
Author-email: f.bayer@tum.de
License: MIT
Keywords: PyOmics bioinformatics omics science data analysis easy
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules

PyOmics
=======

|Version| |Build Status|

**PyOmics - A library for dealing with omic-data in the life sciences**

Info
~~~~

Project has started in April 2017. So there are not a lot of things
online right now.

The goal of the project is to build some nice functionality for many
tasks with which scientists have to deal on a daily basis.

Feel free to make suggestions to the project and I'm looking forward to
any contributions.

Installation
~~~~~~~~~~~~

Simply use the Python package index to install PyOmics. This way is
recommended since it provides full pip functionality (upgrade,
uninstall).

.. code:: shell

    $ pip install PyOmics

Alternatively, you can clone the repository and manually run setup.py.
This will always give you the latest version of PyOmics, but might be
unstable at some point.

.. code:: shell

    $ git clone https://github.com/FloBay/PyOmics.git
    $ cd <path_to>/PyOmics
    $ python setup.py install

.. |Version| image:: https://img.shields.io/pypi/v/PyOmics.svg
   :target: https://pypi.python.org/pypi/PyOmics
.. |Build Status| image:: https://travis-ci.org/FloBay/PyOmics.svg?branch=master
   :target: https://travis-ci.org/FloBay/PyOmics


