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

This page was last updated on Saturday, 26-Mar-2016 10:36:59 CDT

Installation notes for Cufflinks version 2.2.1

Home Page

Installation (compiled binary)

  1. $ ver="2.2.1"
  2. $ cd /programinstallers/
  3. $ wget -N http://cole-trapnell-lab.github.io/cufflinks/assets/downloads/cufflinks-$ver.Linux_x86_64.tar.gz
  4. $ cd /usr/local/bin
  5. $ tar -zxvf /programinstallers/cufflinks-$ver.Linux_x86_64.tar.gz
  6. Make a version-independent symlink. First remove old one if present
    $ rm cufflinks
  7. Then make symlink
    $ ln -s cufflinks-$ver.Linux_x86_64 cufflinks
  8. Add binaries to default PATH for all users
    $ sudo nano /etc/profile

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

Prerequisites

Install from source directions

Installation

  1. $ cd /programinstallers/
  2. $ git clone https://github.com/cole-trapnell-lab/cufflinks.git
  3. $ cd cufflinks
  4. $ ./autogen.sh
  5. $ ./configure --with-bam="/usr/lib/samtools"
  6. $
  7. $
  8. $
  9. $