Skip to content

transrate v1.0.3

Latest
Compare
Choose a tag to compare
@blahah blahah released this 06 Jun 13:46
· 6 commits to master since this release

screenshot 2014-10-17 11 22 27

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.

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 is debug
  • 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