Published February 23, 2015
| Version v1.0.0.beta3
Software
Open
transrate: v1.0.0 beta3
Authors/Creators
- 1. University of Cambridge
- 2. Cambridge University
- 3. Gitter
Description
transrate v1.0.0 beta 3
This is the third beta release of transrate v1. Please report any bugs on the issue tracker. Documentation for this release is on the transrate website: http://hibberdlab.com/transrate/.
Installation Simple installThis is the simplest option if you just want to use transrate from the command-line...
Download one of the binaries linked below, unpack it, and add it to your PATH.
Advanced/developer installThis is the option you need if you want to develop code that uses transrate as a library...
$ gem install --pre transrate --version 1.0.0.beta3
$ transrate --install-deps
Changes
If you are updating from a version below v1, please see the release notes for v1.0.0.alpha1.
Changelog beta3- Transrate will automatically choose the optimal set of contigs from an assembly, maximising both the quality of the contigs and the proportion of the read evidence that is used. It now reports the raw assembly score as well as the optimised assembly score. The optimal assembly is found in good.*.fa
- Transrate can now merge assemblies with the --merge-assemblies command, choosing the optimal set of contigs from all the input assemblies
- Some great improvements to Salmon have been included in this release
- Transrate now estimates the insert size distribution from the reads
- Transrate is now distributed as a binary package (available for linux 64bit, and osx). This should greatly simplify installation for most users.
- We have moved to using Salmon for read assignment. This has brought a massive speedup over using eXpress, because Salmon can use any number of cores (while eXpress is restricted to 3), and Salmon is generally optimised for speed
- We've managed to eliminate much of the IO bottleneck that was caused by processing BAM files, thanks to the collaboration of the Salmon developer
- We've fixed some bugs in the SNAP aligner that we depend on
- Minor bug fixes in basic contig metrics for unusual kinds of inputs
- Improved error handling and logging
- Improved dependency management, with fewer dependencies
- Rob Patro, developer of Salmon, for his hard work on making Salmon work well with transrate
- Users, especially Matt Macmanes, for diligent testing and bug reporting
- The SNAP team for responding rapidly to our bug reports
Files
transrate-v1.0.0.beta3.zip
Files
(174.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:1c9c1ea89af07589e452510a8dfe76db
|
174.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/Blahah/transrate/tree/v1.0.0.beta3 (URL)