By:
This is the paper describing transrate (v1). The entire paper is written as a reproducible analysis software package that can be run on a unix system with a single command-line interface.
The paper app will do the following:
You need:
# get the paper code
$ git clone https://github.com/Blahah/transrate-paper.git
$ cd transrate-paper
# install a fresh ruby...
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby
$ source ~/.rvm/scripts/rvm
# install dependencies
$ bundle install
$ transrate --install-deps all
Now you can run the paper:
$ bundle exec bin/transrate-paper --help