Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

BME 383J Course Content

Your Instructors

Name

Initials

Affiliation

Expertise

Scott Hunicke-Smith

SPHS

Director GSAF

Everything, if loosely defined (but especially awk)

John Fonner

JF

Research Associate, TACC Life Sciences

high performance computing

Matt Vaughn

MWV

Manager, TACC Life Sciences

in absentia

Jeff Barrick

 

Asst. Prof. Biochemistry

in absentia

Tuesday Nov. 6th

Expand
Homework - expand this section for the assignment
Homework - expand this section for the assignment
  1. Log in to Lonestar via ssh
  2. Copy data files that will be required for Thursday's homework:
    1. Define a BASH variable to the genomics data repository at TACC like this:
      Code Block
      titleHow to define the variable BI in a bash shell
      BI="/corral-repl/utexas/BioITeam"
      

...

Expand
Homework - expand this section for the assignment
Homework - expand this section for the assignment

Go to this web page and call variants from real human genomes from the 1000 genomes project.
Helpful hint: start this early - it involves some long run times at TACC.
IMPORTANT NOTE: you must use "-a BME2012" with the launcher_creator.py command.

...