You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Day 1

Logon to Lonestar5:

ssh <your_tacc_account>@ls6.tacc.utexas.edu

# For example:
ssh abattenh@ls6.tacc.utexas.edu

Customize your TACC environment.

# Create some handy symbolic links
cd 
ln -sf $SCRATCH scratch
ln -sf $WORK2 work
ln -sf /work/projects/BioITeam/projects/courses/Core_NGS_Tools CoreNGS

# Create a directory that will be added to your PATH, where 
# you can put custom programs and scripts
mkdir -p ~/local/bin
cd ~/local/bin
ln -sf /work/projects/BioITeam/common/bin/launcher_creator.py
  • No labels