<?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: Map the long reads]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/39849/map-the-long-reads?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/39849/map-the-long-reads?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/39849/map-the-long-reads</guid>
	<pubDate>Thu, 15 Aug 2019 01:05:25 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/39849/map-the-long-reads</link>
	<title><![CDATA[Map the long reads]]></title>
	<description><![CDATA[<code>Map them agaist reference avaga genome using following codes 
git clone https://github.com/lh3/bwa.git
cd bwa; make
bwa index ref.fa
bwa mem -x pacbio ref.fa pacbio.fq &gt; aln.sam
bwa mem -x ont2d ref.fa ont-2D.fq &gt; aln.sam</code>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>