====== pairfq ======
Sync paired-end FASTA/Q files and keep singleton reads.
===== Information =====
* Version: 0.14.4
* Added: October, 2015
* Link: https://github.com/sestaton/Pairfq
===== Usage =====
See versions of pairfq which are available:
$ module avail pairfq
Load and run pairfq:
$ module load pairfq/0.14.4
$ pairfq
===== 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