Metadata-Version: 2.1
Name: mieaa
Version: 0.2.2
Summary: miEAA Command Line Interface and API
Home-page: https://www.ccb.uni-saarland.de/mieaa2
Author: Jeffrey Solomon
Maintainer: Chair for Clinical Bioinformatics at Saarland University
Maintainer-email: ccb.unisb@gmail.com
License: MIT
Download-URL: https://pypi.org/project/mieaa/#files
Project-URL: Bug Tracker, https://github.com/Xethic/miEAA-API/issues
Project-URL: Documentation, https://mieaa.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/Xethic/miEAA-API
Description: .. This document gets split in docs/index.rst and docs/main.rst, see line ~32
        
        miEAA Command Line Interface and API
        ====================================
        
        The miRNA Enrichment Analysis and Annotation Tool (miEAA) facilitates the functional analysis of miRNA sets.
        This package provides a miEAA REST API wrapper and command line interface.
        As such, a stable internet connection is required to utilize these tools.
        
        | To learn more about miEAA or to utilize our online interface, please visit our `web server <https://www.ccb.uni-saarland.de/mieaa2>`_.
        | All miEAA tools are provided and hosted by the `Chair for Clinical Bioinformatics at Saarland University <https://www.ccb.uni-saarland.de/>`_.
        | Source code is available on `GitHub <https://github.com/Xethic/miEAA-API>`_.
        | Documentation is available on `Read the Docs <https://mieaa.readthedocs.io/en/latest/>`_.
        
        
        Users can execute miEAA commands directly from the command line:
        
        .. code::
        
           $ mieaa -h
        
        
        A REST API is also provided for scripting purposes:
        
        .. code-block:: python
        
           from mieaa import API
        
           mieaa_api = API()
        
        
        .. Do not modify/erase the following lines without updating docs/index.rst and docs/main.rst
        .. end_main
        .. start_installation
        
        
        Installation
        ============
        
        Dependencies:
        
        * Python >= 3.5
        * Requests >= 2.19
        
        Python Package Index
        --------------------
        
        .. code::
        
            $ pip install mieaa
        
        
        Conda |condaBadge|_
        -------------------
        .. |condaBadge| image::  https://anaconda.org/conda-forge/skidl/badges/installer/conda.svg
        .. _condaBadge: https://anaconda.org/ccb-sb/mieaa
        
        .. code::
        
            $ conda install -c ccb-sb mieaa
        
Keywords: mirna bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.5.*, <4
Description-Content-Type: text/x-rst
