<?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: HALC: High throughput algorithm for long read error correction]]></title>
	<link>https://bioinformaticsonline.com/bookmarks/view/36884/halc-high-throughput-algorithm-for-long-read-error-correction?</link>
	<atom:link href="https://bioinformaticsonline.com/bookmarks/view/36884/halc-high-throughput-algorithm-for-long-read-error-correction?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/36884/halc-high-throughput-algorithm-for-long-read-error-correction</guid>
	<pubDate>Fri, 08 Jun 2018 10:47:41 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36884/halc-high-throughput-algorithm-for-long-read-error-correction</link>
	<title><![CDATA[HALC: High throughput algorithm for long read error correction]]></title>
	<description><![CDATA[HALC, a high throughput algorithm for long read error correction. HALC aligns the long reads to short read contigs from the same species with a relatively low identity requirement so that a long read region can be aligned to at least one contig region, including its true genome region’s repeats in the contigs sufficiently similar to it (similar repeat based alignment approach)

HALC was able to obtain 6.7-41.1% higher throughput than the existing algorithms while maintaining comparable accuracy. The HALC corrected long reads can thus result in 11.4-60.7% longer assembled contigs than the existing algorithms.<p>Address of the bookmark: <a href="https://github.com/lanl001/halc" rel="nofollow">https://github.com/lanl001/halc</a></p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/bookmarks/view/36884/halc-high-throughput-algorithm-for-long-read-error-correction#item-annotation-3466</guid>
	<pubDate>Mon, 13 Aug 2018 18:12:06 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/36884/halc-high-throughput-algorithm-for-long-read-error-correction#item-annotation-3466</link>
	<title><![CDATA[Comment by Jit]]></title>
	<description><![CDATA[<p>&nbsp;</p>
<ol>
<li>
<p>Inputs</p>
<ul>
<li>Long reads in FASTA format.</li>
<li>Contigs assembled from the corresponding short reads in FASTA format.</li>
<li>The initial short reads in FASTA format (only for -ordinary mode; obtained with&nbsp;<code>cat left_reads.fa &gt;short_reads.fa</code>&nbsp;and then&nbsp;<code>cat right_reads.fa &gt;&gt;short_reads.fa</code>).</li>
</ul>
</li>
<li>
<p>Using AlignGraph</p>
<pre><code>runHALC.py long_reads.fa contigs.fa [-options|-options]</code></pre>
</li>
</ol>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>