Skip to content

Commit

Permalink
GenMap 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpockrandt committed Nov 17, 2019
1 parent 64b316c commit ee5f020
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
^^^^^^^^^

1.1.0 (2019-11-17777777)
""""""""""""""""""

* compute mappability of selected regions using a bed file
* suppress 0 values in BED and WIG files
* change default algorithm for indexing to Skew

1.0.2 (2019-09-04)
""""""""""""""""""

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ project (genmap CXX)

# change this after every release
set (SEQAN_APP_VERSION_MAJOR "1")
set (SEQAN_APP_VERSION_MINOR "0")
set (SEQAN_APP_VERSION_PATCH "2")
set (SEQAN_APP_VERSION_MINOR "1")
set (SEQAN_APP_VERSION_PATCH "0")
# don't change the following
set (SEQAN_APP_VERSION "${SEQAN_APP_VERSION_MAJOR}.${SEQAN_APP_VERSION_MINOR}.${SEQAN_APP_VERSION_PATCH}")
# adapt when necessary
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GenMap 1.0.2 |buildstatus| |bioconda|
GenMap 1.1.0 |buildstatus| |bioconda|
-------------------------------------

Fast and Exact Computation of Genome Mappability
Expand Down

0 comments on commit ee5f020

Please sign in to comment.