Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Tuesday, 27-Jun-2017 10:30:15 CDT

Installation notes for canu version 1.5

Home Page

Prerequisites

Installation

  1. $ ver="1.5"
  2. $ cd /programinstallers/
  3. $ wget -N https://github.com/marbl/canu/releases/download/v$ver/canu-$ver.Linux-amd64.tar.xz
  4. $ xz -dc canu-$ver.*.tar.xz |tar -xf -
  5. $ mv canu-$ver/Linux-amd64/bin /usr/local/bin/canu
  6. Add to default PATH
    $ sudo nano /etc/profile

    PATH="$PATH:/usr/local/bin/canu"
  7. Cleanup
    $ rm canu-$ver -rf