transrate v1.0.3
This is is a patch release of transrate v1, to accompany the publication of our paper about transrate.
Please report any bugs on the issue tracker. Documentation for this release is on the transrate website: http://hibberdlab.com/transrate/.
Installation
Simple install
This 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.
- Linux 64 bit: transrate-1.0.3-linux-x86_64.tar.gz
- OSX: transrate-1.0.3-osx.tar.gz
Download the example data so you can test your installation has worked.
Advanced/developer install
This is the option you need if you want to develop code that uses transrate as a library...
$ gem install transrate
$ transrate --install-deps all
Changes
- Output additional columns with names that match the quality score components in the paper
- Make
--install-deps
messages clearer (fixes #187) - Track working directory on the package loading script (#fixes #186)
- Updated SNAP dependency to v1.0dev96
- Updated Salmon dependency to v0.6.0
- Check for duplicate paths in input
- Remove some ancient contig metrics that were deprecated
- Updated the packaging process to be more robust
- Log commands used to shell out when
--loglevel
isdebug
- Automatically increase SNAP
locationSize
parameter if it fails (thanks to @jorvis)
For changelog history before v1.0.0, please see the release notes for v1.0.0 final.
Known issues
- There is a SNAP bug that causes a random subset of reads not to be processed about one in ten times SNAP is run. This only affects OSX, and we are working with the SNAP developers to find a fix. Linux users should not be affected.