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

This page was last updated on Thursday, 26-Jan-2017 09:26:03 CST

Installation notes for fcGENE version 1.0.7

Home Page

Prerequisites

Installation

  1. $ ver="1.0.7"
  2. $ cd /programinstallers/
  3. $ wget -N https://downloads.sourceforge.net/project/fcgene/fcgene-$ver.tar.gz
  4. $ tar -zxvf fcgene-$ver.tar.gz
  5. $ cd fcgene-$ver
  6. $ ./configure
  7. $ make
  8. $ sudo make install
    make -C src  install 
    make[1]: Entering directory '/programinstallers/fcgene-1.0.7/src'
    install -d /usr/local/bin
    install -m 0755 fcgene /usr/local/bin
    make[1]: Leaving directory '/programinstallers/fcgene-1.0.7/src'
  9. Cleanup
    $ cd .. ; rm fcgene-$ver -rf