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

This page was last updated on Tuesday, 16-Dec-2014 13:03:17 CST

Installation notes for FASTX-Toolkit version 0.0.14 5-Jan-2014

Home Page

Prerequisites

Installation

  1. $ ver="0.0.14"
  2. $ cd /programinstallers/
  3. $ wget -N https://github.com/agordon/fastx_toolkit/releases/download/$ver/fastx_toolkit-$ver.tar.bz2
  4. $ tar -jxvf fastx_toolkit-$ver.tar.bz2
  5. $ cd fastx_toolkit-$ver
  6. Need following command to plocate libgtextutils if it was installed manually, skip if used apt-get
    $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
  7. $ ./configure
  8. $ make
  9. $ sudo make install
  10. $ cd ..
  11. Cleanup
    $ rm fastx_toolkit-$ver -rf