From 1d90742b35b2fc71a48cb545da49b715412fcbb6 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 16 Sep 2017 22:46:30 -0400 Subject: [PATCH] fixed hyperlink --- python/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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