User Tools

Site Tools


pear-software

This is an old revision of the document!


Table of Contents

PEAR

An ultrafast, memory-efficient and highly accurate pair-end read merger. It is fully parallelized and can run with as low as just a few kilobytes of memory.

Information

Usage

See which versions of pear are available:

$ module avail pear

Load pear

$ module load pear

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ git clone https://github.com/xflouris/PEAR.git
$ sudo mkdir -p /export/apps/pear/git-2c309dc
$ sudo chown -R joguya:joguya /export/apps/pear/git-2c309dc
$ scl enable devtoolset-2 bash
$ ./autogen.sh 
$ ./configure --disable-zlib --prefix=/export/apps/pear/git-2c309dc
$ make
$ make install
$ sudo chown -R root:root /export/apps/pear/git-2c309dc
pear-software.1587034265.txt.gz · Last modified: 2020/04/16 10:51 by aorth