diff --git a/python/README.rst b/python/README.rst index 173a03c..7eab1fe 100644 --- a/python/README.rst +++ b/python/README.rst @@ -2,7 +2,7 @@ Minimap2 Python Binding ======================= -`Minimap2 ` is a fast and accurate pairwise +`Minimap2 `_ is a fast and accurate pairwise aligner for genomic and transcribed nucleotide sequences. This module wraps minimap2 and provides a convenient interface to calling minimap2 in Python. @@ -17,7 +17,7 @@ The minimap2 model can be installed directly with: cd minimap2 python setup.py install -or with pip: +or with `pip `_: .. code:: shell