This is an old revision of the document!
Pandaseq is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence.
module avail pandaseq
module load pandaseq/2.7 man pandaseq
cd /home/joguya/src git clone https://github.com/neufeld/pandaseq.git cd pandaseq
./autogen.sh
sudo mkdir -p /export/apps/pandaseq/2.7/ sudo chown joguya:joguya /export/apps/pandaseq/2.7
./configure --prefix=/export/apps/pandaseq/2.7/
make make install
sudo chown -R root:root /export/apps/pandaseq/2.7/
#%Module1.0#####################################################################
##
## pandaseq modulefile
## By James Oguya <j.oguya@cgiar.org>
## October, 2014
##
module-whatis "pandaseq is a program to align Illumina reads, optionally with PCR primers embedded in the sequence, and reconstruct an overlapping sequence."
# for Tcl script use only
set appname pandaseq
set version 2.7
set prefix /export/apps/${appname}/${version}
set exec_prefix ${prefix}/bin
set datarootdir ${prefix}/share
conflict pandaseq
prepend-path PATH ${exec_prefix}
prepend-path MANPATH ${datarootdir}/man
ansible-playbook site.yml -u joguya -K -s --limit=compute --tags=module
module load pandaseq/2.7 pandaseq -h man pandaseq