Metadata-Version: 2.1
Name: jla-tailer
Version: 0.0.12
Summary: Tool to find 3' tailing of non-coding RNAs
Home-page: https://github.com/TimNicholsonShaw/tailer
Author: Tim Nicholson-Shaw
Author-email: timnicholsonshaw@gmail.com
License: UNKNOWN
Project-URL: Lab Website, https://labs.biology.ucsd.edu/lykkeandersen/index.html
Keywords: Sequencing,ncRNAs,Bioinformatics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Tailer: A tool for 3' end analysis of non-polyadenylated RNAs from 3' sequencing data

## Requirements
- ``Python >= 3.6``
- ``pysam``
- ``Bio``
- ``gffuitls``

## Installation

```bash
pip install jla-tailer
```

## Usage
```bash
Tailer -a \[GTF Annotation\] \[SAM or BAM Files\]
```


