Metadata-Version: 1.2
Name: abeona
Version: 0.22.1
Summary: UNKNOWN
Home-page: https://github.com/winni2k/abeona
Author: Warren W. Kretzschmar
Author-email: warrenk@kth.se
Maintainer: Warren W. Kretzschmar
Maintainer-email: warrenk@kth.se
License: Apache-2.0
Description: abeona
        ======
        
        abeona v0.22.1
        
        Installation
        ------------
        
        It is recommended to install abeona and its dependencies into a
        `conda <https://conda.io/miniconda.html>`_ environment.
        
        Conda dependencies
        ~~~~~~~~~~~~~~~~~~
        
        At present, abeona depends on the following conda packages:
        
        - zlib
        - nextflow
        - kallisto
        
        Manually installable dependencies
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Furthermore, abeona needs a working version of `Mccortex <https://github.com/mcveanlab/mccortex>`_
        to be installed in the PATH:
        
        .. code-block:: bash
        
            git clone --recursive https://github.com/mcveanlab/mccortex
            cd mccortex
            make all MAXK=31
            make all MAXK=63
            # copy all files in bin to a directory in your PATH
        
        Abeona
        ~~~~~~
        
        abeona is distributed on `PyPI <https://pypi.org>`_ as a universal
        wheel and is available on Linux/macOS and Windows, and supports
        Python 3.6+.
        
        .. code-block:: bash
        
            $ pip install abeona
        
        License
        -------
        
        abeona is distributed under the terms of the
        `Apache License, Version 2.0 <https://choosealicense.com/licenses/apache-2.0>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
