Metadata-Version: 2.1
Name: flowsym
Version: 0.2.4
Summary: A Python API for simulating flow cytometry data
Home-page: https://github.com/harmslab/flowsym
Author: Luis Perez Morales, Michael M. Shavlik
Author-email: lperezmo@uoregon.edu
License: MIT license
Keywords: flowsym
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6

=======
flowsym
=======

.. image:: https://badge.fury.io/py/flowsym.svg
    :target: https://badge.fury.io/py/flowsym

.. image:: https://travis-ci.com/harmslab/flowsym.svg?branch=master
    :target: https://travis-ci.com/harmslab/flowsym

.. image:: https://readthedocs.org/projects/flowsym/badge/?version=latest
    :target: https://flowsym.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status



**A Python API for simulating flow cytometry data.**


* Free software: MIT license
* Documentation: https://flowsym.readthedocs.io/


Installation
------------
1. Clone and navigate to this directory

.. code-block:: console

    $ git clone git://github.com/harmslab/flowsym
    $ cd flowsym


2. Create a new virtual environment using requirements on `environment.yml` file.

.. code-block:: console

    $ conda env create -f environment.yml

3. Alternatively, install the requirements manually. Note that `hdbscan` must be installed using conda-forge channel

.. code-block:: console

    $ conda install -c conda-forge hdbscan
    $ pip install -r requirements.txt


Examples
--------
Coming soon.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.2.2 (2020-08-21)
------------------

* First release on PyPI.

0.2.3 (2020-08-22)
------------------

* Second release on PyPI.

0.2.4 (2020-08-22)
------------------

* Minor release on PyPI.


