Skip to content

Commit a5a609d

Browse files
committed
GenMap 1.0.2 release
1 parent 56ed4df commit a5a609d

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
^^^^^^^^^
33

4+
1.0.2 (2019-09-04)
5+
""""""""""""""""""
6+
7+
* BED output format fixed (end position was off by one, i.e. closed interval instead of half-closed interval)
8+
49
1.0.1 (2019-06-11)
510
""""""""""""""""""
611

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project (genmap CXX)
1919
# change this after every release
2020
set (SEQAN_APP_VERSION_MAJOR "1")
2121
set (SEQAN_APP_VERSION_MINOR "0")
22-
set (SEQAN_APP_VERSION_PATCH "1")
22+
set (SEQAN_APP_VERSION_PATCH "2")
2323
# don't change the following
2424
set (SEQAN_APP_VERSION "${SEQAN_APP_VERSION_MAJOR}.${SEQAN_APP_VERSION_MINOR}.${SEQAN_APP_VERSION_PATCH}")
2525
# adapt when necessary

README.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GenMap 1.0.1 |buildstatus|
1+
GenMap 1.0.2 |buildstatus|
22
--------------------------
33

44
Fast and Exact Computation of Genome Mappability
@@ -41,19 +41,19 @@ To verify whether your CPU supports these instructions sets you can check the ou
4141
+---------------------------------+---------------------------+--------------------+-----------------------------+
4242
| **Platform** | **Download** | **Version** | **Additional requirements** |
4343
+---------------------------------+---------------------------+--------------------+-----------------------------+
44-
| .. image:: .github/linux.svg | `Linux 64 bit`_ | 1.0.1 (2019-06-11) | \- |
44+
| .. image:: .github/linux.svg | `Linux 64 bit`_ | 1.0.2 (2019-09-04) | \- |
4545
+ :alt: Download Linux binaries +---------------------------+--------------------+-----------------------------+
46-
| :height: 60px | `Linux 64 bit optimized`_ | 1.0.1 (2019-06-11) | requires up to SSE4 |
46+
| :height: 60px | `Linux 64 bit optimized`_ | 1.0.2 (2019-09-04) | requires up to SSE4 |
4747
+---------------------------------+---------------------------+--------------------+-----------------------------+
48-
| .. image:: .github/apple.svg | `Mac 64 bit`_ | 1.0.1 (2019-06-11) | \- |
48+
| .. image:: .github/apple.svg | `Mac 64 bit`_ | 1.0.2 (2019-09-04) | \- |
4949
+ :alt: Download Mac binaries +---------------------------+--------------------+-----------------------------+
50-
| :height: 60px | `Mac 64 bit optimized`_ | 1.0.1 (2019-06-11) | requires up to SSE4 |
50+
| :height: 60px | `Mac 64 bit optimized`_ | 1.0.2 (2019-09-04) | requires up to SSE4 |
5151
+---------------------------------+---------------------------+--------------------+-----------------------------+
5252

53-
.. _Linux 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.1/genmap-1.0.1-Linux-x86_64.zip
54-
.. _Linux 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.1/genmap-1.0.1-Linux-x86_64-sse4.zip
55-
.. _Mac 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.1/genmap-1.0.1-Darwin-x86_64.zip
56-
.. _Mac 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.1/genmap-1.0.1-Darwin-x86_64-sse4.zip
53+
.. _Linux 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.2/genmap-1.0.2-Linux-x86_64.zip
54+
.. _Linux 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.2/genmap-1.0.2-Linux-x86_64-sse4.zip
55+
.. _Mac 64 bit: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.2/genmap-1.0.2-Darwin-x86_64.zip
56+
.. _Mac 64 bit optimized: https://github.com/cpockrandt/genmap/releases/download/genmap-v1.0.2/genmap-1.0.2-Darwin-x86_64-sse4.zip
5757

5858
Building from source
5959
^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)