UNKNOWN
Project description
This is a Python 2 based suite of tools for analysing SOLiD or Illumina sequencing reads with poly(A) tails.
Use of PyPy is recommened for speed.
License:
This software is distributed under the terms of the GPL, version 2 or later, excepting that:
The third party javascript libraries included for convenience in directory tail_tools/web/third_party are covered by the terms of their respective licenses (also in that directory).
The remaining files in the directory tail_tools/web are placed in the public domain.
Requirements:
“nesoni”, available from http://vicbioinformatics.com/nesoni.shtml or using
pip install nesoni
You don’t need to install all of nesoni’s dependencies, just Python 2.7 or later or PyPy.
The “convert” tool from ImageMagick.
Installation:
Easy way:
pip install tail-tools
From source:
python setup.py install
For PyPy it seems to be currently easiest to set up in a virtualenv:
virtualenv -p pypy myenv myenv/bin/pip install tail-tools
Usage:
This package contains a number of tools, which can be listed by typing:
tail-tools
The package can be used directly from the source directory with:
python -m tail_tools
These tools may also be used as part of a nesoni-style workflow python script.
Tail-tools is free software, released under the GPL (version 2).
Peak calling and statistics:
tail-tools call-peaks: peaks $SAMPLES_POLYA –types gene –shift-start 0 –shift-end 1000
tail-tools analyse-tail-lengths: myanalysis $SAMPLES_ALL –annotations peaks/relation-child.gff –types peak –saturation 0 –make-do all
tail-tools compare-peaks: mycomparison $REFERENCE peaks/relation-parent.gff peaks/relation-child.gff myanalysis-counts.csv
tail-tools geneview-webapp: geneviewer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tail-tools-0.18.tar.gz.
File metadata
- Download URL: tail-tools-0.18.tar.gz
- Upload date:
- Size: 114.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b9333001670598ac620fbc5088ce1f6f27ebf9575c5f10bce9b1e1df7710149
|
|
| MD5 |
0f8e7109f2dc0543f7ea1239c3e44b9f
|
|
| BLAKE2b-256 |
dbc4c503635fac08fed57015264cae36118fefbbfe0d805cb213723448499faa
|