User Tools

Site Tools


ea-utils-software

This is an old revision of the document!


Table of Contents

pairfq

Sync paired-end FASTA/Q files and keep singleton reads.

Information

Usage

See versions of pairfq which are available:

$ module avail pairfq

Load and run pairfq:

$ module load pairfq/0.14.4
$ ruby

Installation

Notes from the sysadmin during installation:

$ wget https://github.com/sestaton/Pairfq/archive/v0.14.4.tar.gz
$ tar -xvf v0.14.4.tar.gz
$ cd Pairfq-0.14.4
$ sudo mkdir -p /export/apps/pairfq/0.14.4
$ sudo chown -R joguya:joguya /export/apps/pairfq/0.14.4
$ module load perl/5.16.3.1603
$ perl Makefile.PL PREFIX=/export/apps/pairfq/0.14.4
$ make
$ make test
$ make install
$ sudo chown -R root:root /export/apps/pairfq/0.14.4
ea-utils-software.1444308496.txt.gz · Last modified: 2015/10/08 12:48 by joguya