---+ Running _breseq_ on TACC ---++ Installing _breseq_ on stampede for mac Open a new terminal window and use the following commands: 1 ssh into stampede and set up folder structures and modules: * =ssh <username>@stampede.tacc.utexas.edu= * =mkdir local= * =mkdir $WORK/src= * =module load R= * =module load perl= * =module load bowtie/2.2.5= * =module load launcher= * =module load autotools= * =module save= 1 Download the breseq repository from github and install it on stampede * =cd $WORK/src= * =git clone= https://github.com/barricklab/breseq.git * =cd breseq= * =./bootstrap.sh= * =./configure --prefix=$HOME/local= * =make= * =make install= * =make test= 1 Use the "find" function in the terminal window (command f) to look for the word "check" searching from the bottom of the window to the top of the window. You should see multiple instances of "passed check" and a few other random "checks" thrown in. Stop searching once you start seeing left aligned "checking" from the previous command. Assuming you do not see any messages of "failed check" you have successfully installed breseq. 1 Add breseq to your path * =cdh= * *IF YOU DO NOT HAVE A .bashrc file, you must first run the following command:* =/usr/local/startup_scripts/install_default_scripts= * =nano .bashrc= * in section 2 add the following line exactly as it is written to modify your path to include breseq's installation location then save and exit the text editor: * =export PATH=$HOME/local/bin:$PATH= * If you see a blank file, go back to the previous step and run the command to generate a .bashrc file * =logout= * =ssh <username>@stampede.tacc.utexas.edu= * =which breseq= If all has gone well, you should get "~/local/bin/breseq" as a response. If you don't, troubleshoot. ---++ Updating _breseq_ on stampede for mac Do this anytime you know there is a new version of _breseq_, anytime _breseq_ is not working, or anytime you have not used _breseq_ in a while. 1 =cd $WORK/src/breseq= 1 =make clean= 1 =git pull= * *If output sates that anything is changed do the following, otherwise skip to next section.* 1 =./bootstrap.sh= 1 =./configure --prefix=$HOME/local= 1 =make= 1 =make install= 1 =make test= 1 Use the "find" function in the terminal window (command f) to look for the word "check" searching from the bottom of the window to the top of the window. You should see multiple instances of "passed check" and a few other random "checks" thrown in. Stop searching once you start seeing left aligned "checking" from the previous command. Assuming you do not see any messages of "failed check" you have successfully installed breseq. ---++ Download
Edit
|
Attach
|
Watch
|
P
rint version
|
H
istory
:
r6
<
r5
<
r4
<
r3
<
r2
|
B
acklinks
|
V
iew topic
|
More topic actions...
Barrick Lab
>
ProtocolList
>
ProtocolsRunningBreseqOnTACC
Contributors to this topic
DanielDeatherage, JeffreyBarrick
Topic revision: r3 - 2016-03-30 - 20:44:25 - Main.DanielDeatherage
Barrick Lab
Contact
Research
Publications
Team
Protocols
Reference
Software
UT Austin
Mol Biosciences
ILS
Microbiology
EEB
CSSB
CBRS
The LTEE
iGEM team
SynBioCyc
SynBio course
NGS course
BEACON
Search
Log in
Copyright ©2025 Barrick Lab contributing authors. Ideas, requests, problems?
Send feedback