Metadata-Version: 2.0
Name: taboo
Version: 0.4.3
Summary: Taboo provides an automated pipipeline for comparinggenotypes from different assays.
Home-page: https://github.com/robinandeer/taboo
Author: Robin Andeer
Author-email: robin.andeer@scilifelab.se
License: MIT
Keywords: t,a,b,o,o, ,d,e,v,e,l,o,p,m,e,n,t
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Console
Requires-Dist: click
Requires-Dist: setuptools
Requires-Dist: sqlalchemy
Requires-Dist: vcf-parser
Requires-Dist: xlrd

<p align="center">
  <a href="https://github.com/Clinical-Genomics/taboo">
    <img width="240px" height="180px" src="artwork/icon.png"/>
  </a>
</p>

# Taboo [![Documentation Status][readthedocs-img]][readthedocs-url] [![Build Status][travis-img]][travis-url]
Blindly identify matching samples by comparing a limited set of genotypes.

## Scope
The project will be immediately usable internally at Clinical Genomics. The
functionality is general enough for other people to find it useful but I don't
intend to officially support external use any time soon.

## Install for development

```bash
$ git clone https://github.com/Clinical-Genomics/taboo && cd taboo
$ pip install --editable .
```

## License
MIT. See the [LICENSE](LICENSE) file for more details.



[readthedocs-url]: https://readthedocs.org/projects/taboo/?badge=latest
[readthedocs-img]: https://readthedocs.org/projects/taboo/badge/?version=latest

[travis-url]: https://travis-ci.org/Clinical-Genomics/taboo
[travis-img]: https://img.shields.io/travis/Clinical-Genomics/taboo.svg?style=flat


