Versions Compared

Key

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

...

If you do not have an alignment file in the SAM format you may want to start with Introduction to mapping (bowtie, BWA).

Convert to BAM format.

Code Block
samtools sort -bS input.sam output.bam

...