<?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: Tadpole: an assembler, error-corrector, and read-extender]]></title>
	<link>https://bioinformaticsonline.com/bookmarks/view/40895/tadpole-an-assembler-error-corrector-and-read-extender?</link>
	<atom:link href="https://bioinformaticsonline.com/bookmarks/view/40895/tadpole-an-assembler-error-corrector-and-read-extender?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/40895/tadpole-an-assembler-error-corrector-and-read-extender</guid>
	<pubDate>Tue, 04 Feb 2020 23:35:40 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/40895/tadpole-an-assembler-error-corrector-and-read-extender</link>
	<title><![CDATA[Tadpole: an assembler, error-corrector, and read-extender]]></title>
	<description><![CDATA[<p><span>Tadpole is a kmer-based assembler, with additional capabilities of error-correcting and extending reads. It does not do any complicated graph analysis or scaffolding, and therefore, is not particularly good for diploid organisms.&nbsp;</span><span>Tadpole is very conservative and optimized for correctness rather than length; which is to say, it stops at every branch, and condenses every repeat. Also, it does not currently do scaffolding.</span></p>
<p>&nbsp;</p>
<p><span><span>To error-correct reads:</span><br><strong>tadpole.sh in=reads.fq out=corrected.fq mode=correct</strong><br><br><span>To extend reads by 50bp in each direction:</span><br><strong>tadpole.sh in=reads.fq out=extended.fq mode=extend el=50 er=50</strong><br><br><span>To error-correct and extend at the same time, using a kmer length of 62:</span><br><strong>tadpole.sh in=reads.fq out=extended.fq mode=extend el=50 er=50 k=62 ecc=t</strong></span></p>
<p>&nbsp;</p>
<p>More at&nbsp;<a href="http://seqanswers.com/forums/showthread.php?t=61445">http://seqanswers.com/forums/showthread.php?t=61445</a></p><p>Address of the bookmark: <a href="https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/tadpole-guide/" rel="nofollow">https://jgi.doe.gov/data-and-tools/bbtools/bb-tools-user-guide/tadpole-guide/</a></p>]]></description>
	<dc:creator>BioStar</dc:creator>
</item>

</channel>
</rss>