Skip to content

Commit

Permalink
GenMap 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpockrandt committed Jun 16, 2020
1 parent 6f67da3 commit c9a8291
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
^^^^^^^^^

1.3.0 (2020-06-17)
""""""""""""""""""

Features
--------

* **Faster and more efficient index creation (libdivsufsort)**, requires about 6n main memory (for fasta files >2GB about 10n main memory). n is the size of the input fasta files. No additional secondary memory is needed (unlike for Skew)
* slightly smaller indices (about 0.625n - 0.75n less space). Old indices are still compatible with GenMap 1.3.0, but indices built with 1.3.0 are not compatible with older versions of GenMap.

Fixes
-----

* indexing will search for fasta files recursively (subfolders were not considered before)
* updated paper information (replaced bioRxiv with OUP Bioinformatics)

1.2.0 (2020-02-21)
""""""""""""""""""

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ project (genmap CXX)

# change this after every release
set (SEQAN_APP_VERSION_MAJOR "1")
set (SEQAN_APP_VERSION_MINOR "2")
set (SEQAN_APP_VERSION_MINOR "3")
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}")
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ To verify whether your CPU supports these instructions sets you can check the ou
| :height: 60px | `Mac 64 bit optimized`_ | |VERSION| (|BUILD_DATE|) | requires SSE4 |
+---------------------------------+---------------------------+--------------------------+-----------------------------+

.. _Linux 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.2.0/genmap-1.2.0-Linux-x86_64.zip
.. _Linux 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.2.0/genmap-1.2.0-Linux-x86_64-sse4.zip
.. _Mac 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.2.0/genmap-1.2.0-Darwin-x86_64.zip
.. _Mac 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.2.0/genmap-1.2.0-Darwin-x86_64-sse4.zip
.. _Linux 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.3.0/genmap-1.3.0-Linux-x86_64.zip
.. _Linux 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.3.0/genmap-1.3.0-Linux-x86_64-sse4.zip
.. _Mac 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.3.0/genmap-1.3.0-Darwin-x86_64.zip
.. _Mac 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.3.0/genmap-1.3.0-Darwin-x86_64-sse4.zip

.. |VERSION| replace:: 1.2.0
.. |BUILD_DATE| replace:: 2020-02-21
.. |VERSION| replace:: 1.3.0
.. |BUILD_DATE| replace:: 2020-06-17

Building from source
""""""""""""""""""""
Expand Down

0 comments on commit c9a8291

Please # to comment.