<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://manual.genomeview.org/index.php?action=history&amp;feed=atom&amp;title=Recipe_to_align_reads</id>
	<title>Recipe to align reads - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://manual.genomeview.org/index.php?action=history&amp;feed=atom&amp;title=Recipe_to_align_reads"/>
	<link rel="alternate" type="text/html" href="https://manual.genomeview.org/index.php?title=Recipe_to_align_reads&amp;action=history"/>
	<updated>2026-05-16T02:32:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.6</generator>
	<entry>
		<id>https://manual.genomeview.org/index.php?title=Recipe_to_align_reads&amp;diff=9963&amp;oldid=prev</id>
		<title>Thomas Admin: Created page with &quot;This recipe will help you align reads to a reference genome. This is merely an example of one possible protocol with one alignemnt program. There are many more available.  You...&quot;</title>
		<link rel="alternate" type="text/html" href="https://manual.genomeview.org/index.php?title=Recipe_to_align_reads&amp;diff=9963&amp;oldid=prev"/>
		<updated>2013-10-17T22:54:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This recipe will help you align reads to a reference genome. This is merely an example of one possible protocol with one alignemnt program. There are many more available.  You...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This recipe will help you align reads to a reference genome. This is merely an example of one possible protocol with one alignemnt program. There are many more available.&lt;br /&gt;
&lt;br /&gt;
You need:&lt;br /&gt;
# a reference genome in FASTA format (reference.fasta)&lt;br /&gt;
# read data in FASTQ format (reads_1.fastq and reads_2.fastq)&lt;br /&gt;
# [http://sourceforge.net/projects/bio-bwa/files/ recent version of BWA] (a short read aligner). &lt;br /&gt;
&lt;br /&gt;
At the time of writing the most recent version of BWA is 0.7.5a&lt;br /&gt;
&lt;br /&gt;
== Step by step instructions ==&lt;br /&gt;
These instructions need to be run in a terminal. To the best of our knowledge, BWA is only available for Unix based platforms like OS X and Linux.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Build BWA index for the reference&lt;br /&gt;
&lt;br /&gt;
 bwa index reference.fasta&lt;br /&gt;
&lt;br /&gt;
Align reads to the reference genome&lt;br /&gt;
&lt;br /&gt;
 bwa mem reference.fasta reads_1.fastq reads_2.fastq &amp;gt; alignment.sam&lt;br /&gt;
&lt;br /&gt;
Reads_1.fastq and reads_2.fastq indicate the two files that have the first and second read in a pair. If you data is not paired end sequencing the latter command would look like this:&lt;br /&gt;
&lt;br /&gt;
 bwa mem reference.fasta reads.fastq &amp;gt; alignment.sam&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can visit the [http://bio-bwa.sourceforge.net/bwa.shtml BWA webpage] for more information and options&lt;/div&gt;</summary>
		<author><name>Thomas Admin</name></author>
	</entry>
</feed>