Release minimap2-2.2 (r409)

This commit is contained in:
Heng Li
2017-09-17 20:08:47 -04:00
parent ffff953e2c
commit ea5a0cd17d
5 changed files with 34 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ Mappy depends on `zlib <http://zlib.net>`_. It can be installed with `pip
pip install --user mappy
or from the minimap2 github repo:
or from the minimap2 github repo (`Cython <http://cython.org>`_ required):
.. code:: shell
@@ -27,7 +27,7 @@ or from the minimap2 github repo:
Usage
-----
The following Python program shows the key functionality of mappy:
The following Python script demonstrates the key functionality of mappy:
.. code:: python