1. Install the bowtie2 mamba install -c bioconda bowtie2 -y 2. Build an index using bowtie2 bowtie2-build --threads > 3. map reads to reference genome with bowtie2 #PE bowtie2 -p -x -1 -2 -S #SE bowtie2 -p -x -U -S