Skip to content

Commit

Permalink
fixed linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelucchi committed Jul 2, 2020
1 parent 871f1ce commit 58cf023
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,33 @@

[<img src="https://img.shields.io/pypi/v/tral.svg?branch=master">](https://pypi.python.org/pypi/tral)

# 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
- 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].

### Version

2.0

### Installation

It is recommended to use TRAL with the [docker image] or install it locally with the [easy_setup] system.


### License

GPL-2.0


### Dependencies

Some of TRAL's functions depend on external software ([Installation instructions for dependencies]). This includes creation of sequence profile hidden Markov models, alignment of tandem repeat units, and *de novo* repeat detection.


[documented on GitHub IO]:https://acg-team.github.io/tral/
[docker image]:https://github.com/acg-team/tral/packages
[easy_setup]:https://github.com/acg-team/tral/tree/develop/easy_setup
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def read(*paths):
license="LICENSE.txt",
description="Detect and evaluate tandem repeats in genomic sequence data.",
long_description=long_description,
long_description_content_type='text/markdown',
classifiers=[
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 58cf023

Please sign in to comment.