Versions Compared

Key

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

...

Code Block
languagebash
titleSetting up the friendly shell prompt for stampede
##########
# SECTION 3 -- controlling the prompt
# for NGS course
if [ -n "$PS1" ]; then
  PS1='ls5:\w$ '
fi

File systems at TACC
Anchor
TACC_File_Systems
TACC_File_Systems

The first thing you'll want to do is transfer your sequencing data to TACC so you can process it there. Here is an overview of the different storage areas at TACC, their characteristics, and Linux commands generally used to perform the data transfers:

...