Skip to content

Commit

Permalink
Updated the README, the changelog and the version info.
Browse files Browse the repository at this point in the history
  • Loading branch information
isovic committed Dec 19, 2016
1 parent b851164 commit e8d6100
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## GraphMap - A highly sensitive and accurate mapper for long, error-prone reads
**__Current Version: 0.3.1__**
Release date: 12 October 2016
**__Current Version: 0.3.2__**
Release date: 19 December 2016

**Important**
GraphMap's command line has changed significantly between version 0.3.x and 0.2x - although many options remain similar, the usage is incompatible with the older releases due to explicit tool specification.
Expand Down Expand Up @@ -32,7 +32,7 @@ git clone https://github.com/isovic/graphmap.git
cd graphmap
make modules
make
# To align:
./bin/Linux-x64/graphmap align -r reference.fa -d reads.fasta -o output.sam
Expand Down
6 changes: 6 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## GraphMap - ChangeLog

**__Version 0.3.1 -> 0.3.2__**
Release date: 19 December 2016
- There were segfaults caused by recently-introduced bugs to Edlib. It has since been updated, and this version of GraphMap now includes the fixed version of Edlib.
- There was a memory leak when generating clusters.
- Minor fixes to some syntax.

**__Version 0.3.0 -> 0.3.1__**
Release date: 12 October 2016
- Important: Fixed MD field issues
Expand Down
2 changes: 1 addition & 1 deletion src/program_parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <sstream>

#define SOFTWARE_NAME "GraphMap"
#define GRAPHMAP_CURRENT_VERSION "v0.3.1"
#define GRAPHMAP_CURRENT_VERSION "v0.3.2"
#define GRAPHMAP_CURRENT_VERSION_RELEASE_DATE (std::string(__DATE__) + std::string(" at ") + std::string(__TIME__)) // __TIMESTAMP__ // "12 October 2014"
#define COPYRIGHT "Copyright Ivan Sovic, Mile Sikic and Niranjan Nagarajan, 2015, 2016.\n" \
"\n" \
Expand Down

0 comments on commit e8d6100

Please sign in to comment.