Metadata-Version: 1.1
Name: lim
Version: 1.2.3
Summary: Lim.
Home-page: https://github.com/glimix/lim
Author: Limix Developers
Author-email: horta@ebi.ac.uk
License: MIT
Description: lim
        ===
        
        |PyPIl| |PyPIv| |Anaconda-Server Badge| |Documentation Status|
        
        Lim is an efficient implementation of Generalized Linear Mixed Models
        for genomic analysis.
        
        Install
        -------
        
        The recommended way of installing it is via
        `conda <http://conda.pydata.org/docs/index.html>`__
        
        .. code:: bash
        
            conda install -c conda-forge lim
        
        which requires having `Anaconda
        package <https://www.continuum.io/downloads>`__ installed beforehand.
        (Don't be shy, it is hassle-free.)
        
        An alternative way would be via pip
        
        .. code:: bash
        
            pip install lim
        
        which requires a deep understanding of Python packages and C libraries
        dependency resolution. This is not recommended for most users.
        
        Refer to `documentation <http://lim.readthedocs.io/>`__ for more
        information.
        
        Running the tests
        -----------------
        
        After installation, you can test it
        
        ::
        
            python -c "import lim; lim.test()"
        
        as long as you have `pytest <http://docs.pytest.org/en/latest/>`__.
        
        Authors
        -------
        
        -  **Christoph Lippert** - https://github.com/clippert
        -  **Danilo Horta** - https://github.com/Horta
        -  **Oliver Stegle** - https://github.com/ostegle
        -  **Paolo Francesco Casale** - https://github.com/fpcasale
        
        License
        -------
        
        This project is licensed under the MIT License - see the
        `LICENSE <LICENSE>`__ file for details
        
        .. |PyPIl| image:: https://img.shields.io/pypi/l/lim.svg?style=flat-square
           :target: https://pypi.python.org/pypi/lim/
        .. |PyPIv| image:: https://img.shields.io/pypi/v/lim.svg?style=flat-square
           :target: https://pypi.python.org/pypi/lim/
        .. |Anaconda-Server Badge| image:: https://anaconda.org/conda-forge/lim/badges/version.svg
           :target: https://anaconda.org/conda-forge/lim
        .. |Documentation Status| image:: https://readthedocs.org/projects/lim/badge/?style=flat-square&version=latest
           :target: http://lim.readthedocs.io/en/latest/?badge=latest
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
