Release notes
New tool
**TEcount**
- This is a standalone tool that performs the quantification (& EM) step of TEtranscripts on a single RNAseq library.
- Allows quantification of multiple libraries in parallel that can be later combined for differential analysis. (Issues 5, 17)
- Credit to Devon Ryan (dpryan79) for the idea.
Updated requirements
1. Now requires **pysam 0.9.0 or newer** to perform BAM sorting. (Issues 10, 11)
2. Now implements **DESeq2** for differential analysis (Issue 24)
* DESeq v1.x remains an option for TEtranscripts, but requires the `--DESeq` parameter
Minor fixes
* Changed default number of maximum iterations to 100