<?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: SPAdes]]></title>
	<link>https://bioinformaticsonline.com/bookmarks/view/27035/spades?</link>
	<atom:link href="https://bioinformaticsonline.com/bookmarks/view/27035/spades?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/bookmarks/view/27035/spades</guid>
	<pubDate>Tue, 19 Apr 2016 08:37:08 -0500</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27035/spades</link>
	<title><![CDATA[SPAdes]]></title>
	<description><![CDATA[<p>SPAdes &ndash; St. Petersburg genome assembler &ndash; is intended for both standard isolates and single-cell MDA bacteria assemblies. This manual will help you to install and run SPAdes. SPAdes version 3.7.1 was released under GPLv2 on March 8, 2016 and can be downloaded from <a href="http://bioinf.spbau.ru/en/spades" target="_blank">http://bioinf.spbau.ru/en/spades</a>.</p>
<p>Manual at http://spades.bioinf.spbau.ru/release3.7.1/manual.html</p><p>Address of the bookmark: <a href="http://bioinf.spbau.ru/spades" rel="nofollow">http://bioinf.spbau.ru/spades</a></p>]]></description>
	<dc:creator>Abhimanyu Singh</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/bookmarks/view/27035/spades#item-annotation-3146</guid>
	<pubDate>Mon, 04 Dec 2017 07:39:59 -0600</pubDate>
	<link>https://bioinformaticsonline.com/bookmarks/view/27035/spades#item-annotation-3146</link>
	<title><![CDATA[Comment by Jit]]></title>
	<description><![CDATA[<p>Common usage&nbsp;</p>
<p><strong>SPAdes:&nbsp;de Bruijn graph based assembler</strong></p>
<p>The last assembler we will run is SPAdes. SPAdes is different from the other assemblers in that it generates a final assembly from multiple kmers. A&nbsp;list of kmers is automatically selected by SPAdes using the maximum read length of the input data, and each individual kmer contributes to the final assembly. To run SPAdes we will use the&nbsp;<code><span>spades.py</span></code>&nbsp;command with the&nbsp;<code><span>--careful</span></code>&nbsp;option to minimize the number of mismatches in the contigs,&nbsp;<code><span>-o</span></code>&nbsp;for the output folder,&nbsp;<code><span>-1</span></code>&nbsp;for the path to the forward reads,&nbsp;<code><span>-2</span></code>&nbsp;for the path to the reverse reads, and&nbsp;<code><span>-s</span></code>&nbsp;for the path to the singles reads. If desired,&nbsp;a list of kmers&nbsp;can be specified with the&nbsp;<code><span>-k</span></code>&nbsp;flag which will override automatic kmer selection.</p>
<pre>spades.py --careful -o SPAdes_out -1 /common/Assembly_Tutorial/Quality_Control/Sample_1.fastq -2 /common/Assembly_Tutorial/Quality_Control/Sample_2.fastq -s /common/Assembly_Tutorial/Quality_Control/Sample_s.fastq</pre>
<p>&nbsp;</p>]]></description>
	<dc:creator>Jit</dc:creator>
</item>

</channel>
</rss>