Metadata-Version: 1.1
Name: alignparse
Version: 0.1.0
Summary: Align sequences and then parse features.
Home-page: https://github.com/jbloomlab/alignparse
Author: `the Bloom lab <https://research.fhcrc.org/bloom/en.html>`_
Author-email: jbloom@fredhutch.org
License: GPLv3
Download-URL: https://github.com/jbloomlab/alignparse/tarball/0.1.0
Description: ===============================
        alignparse
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/alignparse.svg
                :target: https://pypi.python.org/pypi/alignparse
        
        .. image:: https://img.shields.io/travis/jbloomlab/alignparse.svg
                :target: https://travis-ci.org/jbloomlab/alignparse
        
        .. image:: https://mybinder.org/badge_logo.svg
                :target: https://mybinder.org/v2/gh/jbloomlab/alignparse/master?filepath=notebooks
        
        Align sequences and then parse features.
        
        ``alignparse`` is a Python package written by `the Bloom lab <https://research.fhcrc.org/bloom/en.html>`_. 
        
        This package is designed to align long sequencing reads (such as those from PacBio circular consensus sequencing) to targets, filter these alignments based on user-provided specifications, and parse out user-defined sequence features. For each read that passes the filters, information about the features (e.g. accuracy, sequence, mutations) is retained for further analyses. 
        
        The source code is `on GitHub <https://github.com/jbloomlab/alignparse>`_.
        
        See the `alignparse documentation <https://jbloomlab.github.io/alignparse>`_ for details on how to install and use ``alignparse``.
        
        To contribute to this package, read the instructions in `CONTRIBUTING.rst <CONTRIBUTING.rst>`_.
        
Platform: Linux and Mac OS X.
