Versions Compared

Key

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

Unix Command Cheat Sheet

...

.bash_profile, .profile files

A startup script that gets executed every time a session is started interactively. You can put any command in that file that you could type at the command prompt. Put commands here to set up your particular environment, and to customize things to your preferences (such as paths, aliases, modules to load).

 

If you haven't already, add this to your stampede profile for the class.

 

...

iconfalse
titleSet up .profile for class

...

.

...

 

# include common settings for the NGS course

 . /corral-repl/utexas/BioITeam/bin/profile_ngs_course.bash

...

 

BACK TO THE COURSE OUTLINE

...