Versions Compared

Key

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

...

Exercise 1:  sort and index the file "yeast_pairedend.bam"

Expand
titleExercise 1 codesolution
Code Block
titlesolution
module load samtools
samtools sort yeast_chip.bam yeast_pairedend_sort
samtools index yeast_pairedend_sort.bam

...