Metadata-Version: 2.1
Name: kocher-tools
Version: 0.0.1
Summary: Bioinformatic Tools for the Kocher Lab
Home-page: https://kocher-guides.readthedocs.io/en/latest/
Author: Andrew Webb and Sarah Kocher
Author-email: aewebb@princeton.edu
Maintainer: Andrew Webb
Maintainer-email: 19213578+aewebb80@users.noreply.github.com
License: MIT
Project-URL: Documentation, https://ppp.readthedocs.io
Project-URL: Code, https://github.com/jaredgk/PPP
Project-URL: Issue tracker, https://github.com/jaredgk/PPP/issues
Platform: UNKNOWN
Requires-Python: >=3.7
Requires-Dist: pyyaml
Requires-Dist: pandas
Requires-Dist: Biopython
Requires-Dist: sqlalchemy
Requires-Dist: gffutils
Requires-Dist: tox

Kocher-Tools
============

.. image:: https://www.travis-ci.com/kocherlab/kocher_tools.svg?branch=master
    :target: https://www.travis-ci.com/kocherlab/kocher_tools

Installation
------------

.. code-block:: bash

    git clone https://github.com/kocherlab/kocher_tools
    cd kocher_tools/
    python setup.py install

If you are running anaconda and don’t have blast, vsearch, or fastq-multx, they may be installed using:

.. code-block:: bash

    conda install -c bioconda blast
    conda install -c bioconda fastq-multx
    conda install -c bioconda vsearch


