Metadata-Version: 1.1
Name: tral
Version: 0.3.3
Summary: Detect and evaluate tandem repeats in genomic sequence data.
Home-page: http://pypi.python.org/pypi/tral/
Author: Elke Schaper
Author-email: elke.schaper@isb-sib.ch
License: LICENSE.txt
Description: Tandem Repeat Annotation Library
        ================================
        
        TRAL is a highly modularized, flexible sequence tandem repeats
        annotation Python2/3 library.
        
        -  Large scale annotation of tandem repeats with *de novo* detectors,
           and sequence profile models
        -  Statistical significance testing, overlap detection, and filtering of
           annotations
        -  Refinement of tandem repeat annotations with circular profile hidden
           Markov models
        -  User-defined output formats
        
        The source code is `documented on GitHub
        IO <http://elkeschaper.github.io/tral/>`__.
        
        Version
        ~~~~~~~
        
        0.3.3
        
        Installation
        ~~~~~~~~~~~~
        
        TRAL is available on `Pypi <https://pypi.python.org/pypi>`__ and can be
        installed with `pip <https://pip.pypa.io/en/latest/>`__ for Python>=3.2:
        
        .. code:: sh
        
            $ pip install tral
        
        See also more extensive `Installation
        instructions <http://elkeschaper.github.io/tral/install.html#install>`__.
        
        License
        ~~~~~~~
        
        GNU
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
