Metadata-Version: 2.1
Name: seqiolib
Version: 0.2.4
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@bih-charite.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
Requires-Python: >=3.5
License-File: LICENSE
License-File: AUTHORS.rst

========
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.1 (2021-02-08)
------------------

* tensorflow 2.2.1
* numpy <1.19.0 (requirement tensorflow)
* interval tiling bugfix
* not support python 3.8 because pyfaidx has problems with it

0.2.0 (2020-08-18)
------------------

* First release on PyPI.


