bowtie2-build GENOME_FILE.fa GENOME
bowtie2 -L 18 -N 0 -x GENOME -U $i -S $i.sam
i=FASTQ_FILES.fastq
samtools view -S -b $i > $i.bam
samtools merge tissue.bam *.bam
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.