Installing breseq on TACC Ranger

Set up modules

There seem to be compiler bugs with later versions of GCC and mixing Boost compiled with those later versions of GCC.

For compiling:

$ module swap pgi gcc/4.2.0
$ module load zlib

For running (you might want to add this to ~/.profile_user:

$ module load R

Autotools

Install the current versions of autoconf, automake, libtool, and m4.

For each:

$ ./configure --prefix=$HOME/local
$ make install

Boost

Compile and install with:

$ ./bootstrap
$ ./bjam --prefix=$HOME/local install

Breseq

Compile, install, and test with:

$ ./configure --prefix=$HOME/local
$ make install
$ make test

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | More topic actions

 Barrick Lab  >  SoftwareList  >  ToolsBacterialGenomeResequencing  >  BreseqInstallRanger

Contributors to this topic Edit topic JeffreyBarrick
Topic revision: r1 - 2011-05-17 - 21:55:27 - Main.JeffreyBarrick
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright ©2024 Barrick Lab contributing authors. Ideas, requests, problems? Send feedback