Metadata-Version: 2.1
Name: barseqcount
Version: 0.1.5
Summary: Analysis of DNA barcode sequencing experiments
Home-page: https://github.com/damienmarsic/barseqcount
Author: Damien Marsic
Author-email: damien.marsic@aliyun.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# barseqcount

Analysis of DNA barcode sequencing experiments

It is recommended to use barseqcount in a [conda](https://docs.conda.io/en/latest/miniconda.html) environment (can be Linux, Mac or Windows).

Install from Bioconda:
````
conda install -c bioconda barseqcount
````

Install from PyPI:
````
pip install barseqcount
````

Run:
````
barseqcount [-h] [-v] {count,analyze} ...
````
or
````
python -m barseqcount [-h] [-v] {count,analyze} ...
````

Full documentation: https://barseqcount.readthedocs.io/

GitHub issues (bug reports, feature requests): https://github.com/damienmarsic/barseqcount/issues/new/choose

[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/barseqcount/README.html)

[![brseqcount documentation](https://img.shields.io/badge/barseqcount-Documentation-yellow)](https://barseqcount.readthedocs.io/)




