Versions Compared

Key

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

...

Code Block
languagebash
titleget a bam file from Nathan's scratch area
ssh user@login8.stampede.tacc.utexas.edu
cds
mkdir samtools
cd samtools
cp /scratch/02423/nsabell/ $SCRATCH/core_ngs/alignment/bam/yeast_pairedend.bam .

Sorting and Indexing a bam file: samtools index, sort

...