Difference: ProtocolsRunningBreseqOnTACC (1 vs. 2)

Revision 22016-03-15 - DanielDeatherage

 
META TOPICPARENT name="ProtocolList"

Running breseq on TACC

Added:
>
>

Installing breseq on stampede for mac

 
Changed:
<
<
Compilation by ./bootstrap takes installing new GNU M4, automake, autoconf, libtool.
>
>
Open a new terminal window and use the following commands:
 
Changed:
<
<
No need to install R. Instead: "load module R".
>
>
  1. ssh into stampede and set up folder structures and modules:
Added:
>
>
    • 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 save
  1. Download the breseq repository from github and install it on stampede
  2. 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.
  3. Add breseq to your path
    • cdh
    • /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
    • 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.

Revision 12011-04-14 - JeffreyBarrick

 
META TOPICPARENT name="ProtocolList"

Running breseq on TACC

Compilation by ./bootstrap takes installing new GNU M4, automake, autoconf, libtool.

No need to install R. Instead: "load module R".

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback