Versions Compared

Key

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

...

Now, try aligning it with bwa aln like we did in Example #1, but first link to the hg19 bwa index directory.

Code Block
languagebash
titleLink to BWA hg19 index directory
cd $SCRATCH/core_ngs_align
ln -s -f /scratch/01063/abattenh/ref_genome/bwa/bwtsw/hg19
ls hg19

...