Metadata-Version: 2.1
Name: seqiolib
Version: 0.2.0
Summary: Library to read, write sequence, variants, regions to use them for training of machine learning algorithms.
Home-page: https://github.com/visze/seqiolib
Author: Max Schubach
Author-email: max.schubach@bihealth.de
License: MIT license
Keywords: seqiolib
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
Requires-Python: >=3.5
Requires-Dist: pyfaidx
Requires-Dist: numpy
Requires-Dist: tensorflow (==2.2.0)

========
seqIOLib
========


.. image:: https://img.shields.io/pypi/v/seqiolib.svg
        :target: https://pypi.python.org/pypi/seqiolib

.. image:: https://img.shields.io/travis/visze/seqiolib.svg
        :target: https://travis-ci.com/visze/seqiolib

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


.. image:: https://pyup.io/repos/github/visze/seqiolib/shield.svg
     :target: https://pyup.io/repos/github/visze/seqiolib/
     :alt: Updates



Library to read, write sequence, variants, regions to use them for training of machine learning algorithms.


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


Features
--------

* TODO

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.0 (2020-08-18)
------------------

* First release on PyPI.


