Bismark Alignment
This step aligns bisulfite-treated sequencing reads to a reference genome.
Key options:
--genome
: Path to the reference genome directory preprocessed withbismark_genome_preparation
.-1
and-2
: Specify paired-end reads. Use-U
for single-end reads.-o
: Output directory for alignment files.
Output:
Produces
.bam
alignment files.Produces
.report.txt
andunmapped_reads.fq.gz
file.
Last updated