Skip to content

Commit 64df403

Browse files
committed
3.8.2
1 parent 4807d3e commit 64df403

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

assembler/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
3.8.1
1+
3.8.2
22

assembler/changelog.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
<h2>SPAdes Genome Assembler changelog</h2>
55

6+
<h3>SPAdes 3.8.2, 10 July 2016</h3>
7+
8+
<p> FIX: Several minor bug-fixes for metaSPAdes and SPAdes pipelines.</p>
9+
610
<h3>SPAdes 3.8.1, 8 June 2016</h3>
711

812
<p>FIX: plasmidSPAdes now works with PacBio/Nanopore reads.</p>

assembler/manual.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<html>
22
<head>
3-
<title>SPAdes 3.8.1 Manual</title>
3+
<title>SPAdes 3.8.2 Manual</title>
44
<style type="text/css">
55
.code {
66
background-color: lightgray;
77
}
88
</style>
99
</head>
1010
<body>
11-
<h1>SPAdes 3.8.1 Manual</h1>
11+
<h1>SPAdes 3.8.2 Manual</h1>
1212

1313
1. <a href="#sec1">About SPAdes</a><br>
1414
&nbsp;&nbsp;&nbsp;&nbsp;1.1. <a href="#sec1.1">Supported data types</a><br>
@@ -35,18 +35,18 @@ <h1>SPAdes 3.8.1 Manual</h1>
3535
<h2>1. About SPAdes</h2>
3636
<p>
3737
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.
38-
SPAdes version 3.8.1 was released under GPLv2 on June 8, 2016 and can be downloaded from <a href="http://bioinf.spbau.ru/en/spades" target="_blank">http://bioinf.spbau.ru/en/spades</a>.
38+
SPAdes version 3.8.2 was released under GPLv2 on July 10, 2016 and can be downloaded from <a href="http://bioinf.spbau.ru/en/spades" target="_blank">http://bioinf.spbau.ru/en/spades</a>.
3939

4040
<a name="sec1.1"></a>
4141
<h3>1.1 Supported data types</h3>
4242
<p>
4343
The current version of SPAdes works with Illumina or IonTorrent reads and is capable of providing hybrid assemblies using PacBio, Oxford Nanopore and Sanger reads. You can also provide additional contigs that will be used as long reads.
4444
<p>
45-
Version 3.8.1 of SPAdes supports paired-end reads, mate-pairs and unpaired reads. SPAdes can take as input several paired-end and mate-pair libraries simultaneously. Note, that SPAdes was initially designed for small genomes. It was tested on single-cell and standard bacterial and fungal data sets. SPAdes is not intended for larger genomes (e.g. mammalian size genomes). For such purposes you can use it at your own risk.
45+
Version 3.8.2 of SPAdes supports paired-end reads, mate-pairs and unpaired reads. SPAdes can take as input several paired-end and mate-pair libraries simultaneously. Note, that SPAdes was initially designed for small genomes. It was tested on single-cell and standard bacterial and fungal data sets. SPAdes is not intended for larger genomes (e.g. mammalian size genomes). For such purposes you can use it at your own risk.
4646
<p>
47-
SPAdes 3.8.1 includes metaSPAdes &ndash; a pipeline designed specially for metagenomic data sets. To learn more see <a href="#meta">options</a>.
47+
SPAdes 3.8.2 includes metaSPAdes &ndash; a pipeline designed specially for metagenomic data sets. To learn more see <a href="#meta">options</a>.
4848
<p>
49-
Also, SPAdes 3.8.1 includes plasmidSPAdes &ndash; a pipeline designed for extracting and assembling plasmids from WGS data sets. To learn more see <a href="#plasmid">options</a>.
49+
Also, SPAdes 3.8.2 includes plasmidSPAdes &ndash; a pipeline designed for extracting and assembling plasmids from WGS data sets. To learn more see <a href="#plasmid">options</a>.
5050
<p>
5151
Additionally, SPAdes has a separate modules for assembling highly polymorphic diploid genomes and for TruSeq barcode assembly. For more information see <a href="dipspades_manual.html" target="_blank">dipSPAdes manual</a> and <a href="truspades_manual.html" target="_blank">truSPAdes manual</a> .
5252

@@ -143,7 +143,7 @@ <h3>1.3 SPAdes' performance</h3>
143143
<li> Running SPAdes without preliminary read error correction (e.g. without BayesHammer or IonHammer) will likely require more time and memory. </li>
144144
<li> Each module removes its temporary files as soon as it finishes. </li>
145145
<li> SPAdes uses 512 Mb per thread for buffers, which results in higher memory consumption. If you set memory limit manually, SPAdes will use smaller buffers and thus less RAM. </li>
146-
<li> Performance statistics is given for SPAdes version 3.8.1. </li>
146+
<li> Performance statistics is given for SPAdes version 3.8.2. </li>
147147
</ul>
148148

149149

@@ -157,13 +157,13 @@ <h2>2. Installation</h2>
157157
<h3>2.1 Downloading SPAdes Linux binaries</h3>
158158

159159
<p>
160-
To download <a href="http://spades.bioinf.spbau.ru/release3.8.1/SPAdes-3.8.1-Linux.tar.gz">SPAdes Linux binaries</a> and extract them, go to the directory in which you wish SPAdes to be installed and run:
160+
To download <a href="http://spades.bioinf.spbau.ru/release3.8.2/SPAdes-3.8.2-Linux.tar.gz">SPAdes Linux binaries</a> and extract them, go to the directory in which you wish SPAdes to be installed and run:
161161

162162
<pre class="code">
163163
<code>
164-
wget http://spades.bioinf.spbau.ru/release3.8.1/SPAdes-3.8.1-Linux.tar.gz
165-
tar -xzf SPAdes-3.8.1-Linux.tar.gz
166-
cd SPAdes-3.8.1-Linux/bin/
164+
wget http://spades.bioinf.spbau.ru/release3.8.2/SPAdes-3.8.2-Linux.tar.gz
165+
tar -xzf SPAdes-3.8.2-Linux.tar.gz
166+
cd SPAdes-3.8.2-Linux/bin/
167167
</code>
168168
</pre>
169169

@@ -189,13 +189,13 @@ <h3>2.1 Downloading SPAdes Linux binaries</h3>
189189
<h3>2.2 Downloading SPAdes binaries for Mac</h3>
190190

191191
<p>
192-
To obtain <a href="http://spades.bioinf.spbau.ru/release3.8.1/SPAdes-3.8.1-Darwin.tar.gz">SPAdes binaries for Mac</a>, go to the directory in which you wish SPAdes to be installed and run:
192+
To obtain <a href="http://spades.bioinf.spbau.ru/release3.8.2/SPAdes-3.8.2-Darwin.tar.gz">SPAdes binaries for Mac</a>, go to the directory in which you wish SPAdes to be installed and run:
193193

194194
<pre class="code">
195195
<code>
196-
curl http://spades.bioinf.spbau.ru/release3.8.1/SPAdes-3.8.1-Darwin.tar.gz -o SPAdes-3.8.1-Darwin.tar.gz
197-
tar -zxf SPAdes-3.8.1-Darwin.tar.gz
198-
cd SPAdes-3.8.1-Darwin/bin/
196+
curl http://spades.bioinf.spbau.ru/release3.8.2/SPAdes-3.8.2-Darwin.tar.gz -o SPAdes-3.8.2-Darwin.tar.gz
197+
tar -zxf SPAdes-3.8.2-Darwin.tar.gz
198+
cd SPAdes-3.8.2-Darwin/bin/
199199
</code>
200200
</pre>
201201

@@ -230,13 +230,13 @@ <h3>2.3 Downloading and compiling SPAdes source code</h3>
230230
</ul>
231231

232232
<p>
233-
If you meet these requirements, you can download the <a href="http://spades.bioinf.spbau.ru/release3.8.1/SPAdes-3.8.1.tar.gz">SPAdes source code</a>:
233+
If you meet these requirements, you can download the <a href="http://spades.bioinf.spbau.ru/release3.8.2/SPAdes-3.8.2.tar.gz">SPAdes source code</a>:
234234

235235
<pre class="code">
236236
<code>
237-
wget http://spades.bioinf.spbau.ru/release3.8.1/SPAdes-3.8.1.tar.gz
238-
tar -xzf SPAdes-3.8.1.tar.gz
239-
cd SPAdes-3.8.1
237+
wget http://spades.bioinf.spbau.ru/release3.8.2/SPAdes-3.8.2.tar.gz
238+
tar -xzf SPAdes-3.8.2.tar.gz
239+
cd SPAdes-3.8.2
240240
</code>
241241
</pre>
242242

@@ -340,7 +340,7 @@ <h3>3.1 SPAdes input</h3>
340340
SPAdes takes as input paired-end reads, mate-pairs and single (unpaired) reads in FASTA and FASTQ. For IonTorrent data SPAdes also supports unpaired reads in unmapped BAM format (like the one produced by Torrent Server). However, in order to run read error correction, reads should be in FASTQ or BAM format. Sanger, Oxford Nanopore and PacBio CLR reads can be provided in both formats since SPAdes does not run error correction for these types of data.
341341

342342
<p>
343-
To run SPAdes 3.8.1 you need at least one library of the following types:
343+
To run SPAdes 3.8.2 you need at least one library of the following types:
344344
<ul>
345345
<li>Illumina paired-end/high-quality mate-pairs/unpaired reads</li>
346346
<li>IonTorrent paired-end/high-quality mate-pairs/unpaired reads</li>

assembler/src/cmake/pack.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ set(CPACK_PACKAGE_NAME "SPAdes")
1212
set(CPACK_PACKAGE_VENDOR "Saint Petersburg Academic University")
1313
set(CPACK_PACKAGE_DESCRIPTION_FILE "${SPADES_MAIN_SRC_DIR}/../README")
1414
set(CPACK_RESOURCE_FILE_LICENSE "${SPADES_MAIN_SRC_DIR}/../LICENSE")
15-
set(CPACK_PACKAGE_VERSION "3.8.1")
15+
set(CPACK_PACKAGE_VERSION "3.8.2")
1616
set(CPACK_PACKAGE_VERSION_MAJOR "3")
1717
set(CPACK_PACKAGE_VERSION_MINOR "8")
18-
set(CPACK_PACKAGE_VERSION_PATCH "1")
18+
set(CPACK_PACKAGE_VERSION_PATCH "2")
1919
set(CPACK_STRIP_FILES bin/spades bin/hammer bin/ionhammer bin/dipspades bin/spades-bwa bin/corrector bin/scaffold_correction)
2020

2121
# Source stuff

0 commit comments

Comments
 (0)