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

This page was last updated on Sunday, 13-Nov-2016 09:44:29 CST

Installation notes for fastq-tools version 89b060d789 (0.7)

Home Page

Prerequisites

The only external dependencies are PCRE (http://www.pcre.org/) and zlib (http://zlib.net/).

Installation

  1. $ cd /programinstallers/
  2. $ git clone https://github.com/dcjones/fastq-tools.git
  3. $ cd fastq-tools
  4. $ ./autogen.sh
  5. $ ./configure
  6. $ make
  7. Manual installation
    $ cp -puv src/fastq-{grep,kmers,match,uniq,qual,sample,qualadj,sort,qscale} /usr/local/bin/
  8. Cleanup
    $ cd ..
  9. $ rm fastq-tools -rf