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

This page was last updated on Friday, 27-Jan-2017 16:05:57 CST

Installation notes for vg version v1.4.0-2109-g6863e98 2017-01-25

Home Page

Prerequisites

Installation

  1. $ ver=""
  2. $ cd /programinstallers/
  3. $ git clone --recursive https://github.com/vgteam/vg.git
  4. $ sudo mv vg /usr/local/bin
  5. $ cd /usr/local/bin/vg
  6. $ . ./source_me.sh
  7. $ make static (takes a long time to compile)
  8. Add to default path for all users
    $ sudo nano /etc/profile

    PATH="$PATH:/usr/local/bin/vg/bin"