Metadata-Version: 1.1
Name: pyim
Version: 0.2.1
Summary: Tool for identifying transposon insertions from targeted DNA-sequencing data.
Home-page: https://github.com/jrderuiter/pyim
Author: Julian de Ruiter
Author-email: julianderuiter@gmail.com
License: MIT license
Description: PyIM
        ====
        
        .. image:: https://img.shields.io/travis/jrderuiter/pyim.svg
                :target: https://travis-ci.org/jrderuiter/pyim
        
        PyIM (Python Insertional Mutagenesis) is a python package for analyzing
        insertional mutagenesis data from targeted sequencing of transposon insertion
        sites. The package provides several command line tools for identifying
        insertions, calling common insertion sites (CISs) and annotating
        insertions/CISs directly from the command line. It also aims to provides
        the basic building blocks for implementing new pipelines, CIS callers, etc.
        
        Documentation
        =============
        
        PyIM's documentation is available at
        `jrderuiter.github.io/pyim <http://jrderuiter.github.io/pyim/>`_.
        
        License
        =======
        
        This software is released under the MIT license.
        
        
        =======
        History
        =======
        
        0.2.1 (2017-06-08)
        ------------------
        
        * Updated documentation for PyPI.
        
        0.2.0 (2017-05-10)
        ------------------
        
        * Refactored pipeline structure.
        * Added ShearSplink and Nextera pipelines.
        
        0.1.0 (2016-09-01)
        ------------------
        
        * Initial release.
        
Keywords: pyim
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
