Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

Getting to a remote computer

...

Set up a $HOME/local/bin directory and link some scripts there that we will use a lot in the class.

...

If you already have a local sub-directory in your $HOME directory, rename it temporarily. You can restore it after the class is over.

...

languagebash

...

Code Block
languagebash
titleSet up $HOME/local/bin with some programs
mkdir -p $HOME/local/bin
cd $HOME/local/bin
ln -s -f /corral-repl/utexas/BioITeam/bin/launcher_creator.py
ln -s -f /work/01063/abattenh/local/bin/cutadapt
ln -s -f /work/01063/abattenh/local/bin/samstat

...