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

This page was last updated on Tuesday, 22-Nov-2016 12:20:21 CST

Installation notes for distruct version 1.1 June 28, 2007

Home Page

Prerequisites

Installation

  1. $ ver="1.1"
  2. $ cd /programinstallers/
  3. $ wget -N
  4. $ tar -zxvf distruct$ver.tar.gz
  5. Remove unneeded files
    $ rm distruct$ver/{distructWindow$ver1.exe,distructMacOS$ver1,distructWindow$ver1.bat}
  6. Use Linux version
    $ mv distruct$ver/{distructLinux$ver,distruct}
  7. Install without version number
    $ mv distruct$ver /usr/local/bin/distruct
  8. Add to default PATH for all users
    $ sudo nano /etc/profile

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