Versions Compared

Key

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

...

In your home directory, create a directory for the tutorial. This name "VolumeVolumes/USB" is an attempt to match the pathnames in the tutorial as much as possible.

Code Block
mkdir -p VolumeVolumes/USB

Prepare the tutorial resources in this directory:

Code Block
cd VolumeVolumes/USB
cp /corral-repl/utexas/BioITeam/downloads/unix_and_perl_v3.0.zip .
unzip unix_and_perl_v3.0.zip

...

It is important to note that this tutorial was designed to run on a Mac, so some things in it will not be quite the same on TACC. In fact, in order for things to work at all, you must replace names in the tutorial that start with /VolumeVolumes/USB with ~/VolumeVolumes/USB. For example, instead of:

...