Skip to content

Commit

Permalink
Switch to major.minor.patch versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeigurevich committed Oct 23, 2017
1 parent e5fc9ed commit 22f3f69
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
15 changes: 9 additions & 6 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
-- Version history --

4.6 1. Best set selection algorithm is significantly sped up.
4.6.0
1. Switch from major.minor to major.minor.patch versioning.

2. GeneMark licence files are updated; expired licence error message is better
handled now.
2. Python 3.6 is now supported (and all future Python 3.* versions).

3. Best set selection algorithm is significantly sped up.

3. Python 3.6 is now supported (and all future Python 3.* versions).
4. GeneMark licence files are updated; expired licence error message is better
handled now.

4. Support email address is updated.
5. Support email address is updated.

5. Fixed several minor but nasty bugs.
6. Fixed several minor but nasty bugs.


4.5 1. Icarus updates:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6
4.6.0
14 changes: 7 additions & 7 deletions manual.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>QUAST 4.6 manual</title>
<title>QUAST 4.6.0 manual</title>
<style type="text/css">
body {
margin-top: 30px;
Expand Down Expand Up @@ -66,7 +66,7 @@
</style>
</head>
<body>
<h1>QUAST 4.6 manual</h1>
<h1>QUAST 4.6.0 manual</h1>

<p> QUAST stands for <u>QU</u>ality <u>AS</u>sessment <u>T</u>ool.
The tool evaluates genome assemblies by computing various metrics. This document provides instructions
Expand Down Expand Up @@ -99,7 +99,7 @@ <h1>QUAST 4.6 manual</h1>
for guidelines on how to complete the licensing process.
<br>
<br>
Version 4.6 of QUAST was released under GPL v2 on 20 October 2017. Note that some of build-in third-party tools are not under GPL v2. See <a href="LICENSE.txt">LICENSE</a> for details.
Version 4.6.0 of QUAST was released under GPL v2 on 23 October 2017. Note that some of build-in third-party tools are not under GPL v2. See <a href="LICENSE.txt">LICENSE</a> for details.
</p>

<h2>Contents</h2>
Expand Down Expand Up @@ -169,11 +169,11 @@ <h2>1. Installation</h2>
sudo apt-get install -y pkg-config libfreetype6-dev libpng-dev python-matplotlib
</pre>
<br>
To download the <a href="https://downloads.sourceforge.net/project/quast/quast-4.6.tar.gz">QUAST source code tarball</a> and extract it, type:
To download the <a href="https://downloads.sourceforge.net/project/quast/quast-4.6.0.tar.gz">QUAST source code tarball</a> and extract it, type:
<pre class="code">
wget https://downloads.sourceforge.net/project/quast/quast-4.6.tar.gz
tar -xzf quast-4.6.tar.gz
cd quast-4.6
wget https://downloads.sourceforge.net/project/quast/quast-4.6.0.tar.gz
tar -xzf quast-4.6.0.tar.gz
cd quast-4.6.0
</pre>

<br>
Expand Down

0 comments on commit 22f3f69

Please sign in to comment.