<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: One liner for reads mapping !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/39310/one-liner-for-reads-mapping?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/39310/one-liner-for-reads-mapping?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/39310/one-liner-for-reads-mapping</guid>
	<pubDate>Sun, 28 Apr 2019 12:37:57 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/39310/one-liner-for-reads-mapping</link>
	<title><![CDATA[One liner for reads mapping !]]></title>
	<description><![CDATA[<code>bwa aln -t 8 targetGenome.fa reads.fastq | bwa samse targetGenome.fa - reads.fastq\
| samtools view -bt targetGenome.fa - | samtools sort - reads.bwa.targetGenome

samtools index reads.bwa.targetGenome.bam</code>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>