From 6e656adc55031787332f3e5cda5ad9d6d66d0140 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 24 Nov 2017 12:02:22 -0500 Subject: [PATCH] minor format changes --- index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 697e771..a890386 100644 --- a/index.md +++ b/index.md @@ -2,13 +2,14 @@ * [Details on command-line options](minimap2.html) (minimap2 manpage) * [Manuscript][arxiv] on the algorithm and evaluations * [Released packages and precompiled binaries][release] -* [Python binding][python] via PyPI * Also [available via BioConda][bioconda] +* Python binding [via PyPI][pypi] or [via BioConda][mappy-bc] * Report bugs, request features and ask questions via [GitHub Issues][issue] [doc]: https://github.com/lh3/minimap2/blob/master/README.md [arxiv]: https://arxiv.org/abs/1708.01492 -[python]: https://pypi.python.org/pypi/mappy +[pypi]: https://pypi.python.org/pypi/mappy +[mappy-bc]: https://anaconda.org/bioconda/mappy [bioconda]: https://anaconda.org/bioconda/minimap2 [release]: https://github.com/lh3/minimap2/releases [issue]: https://github.com/lh3/minimap2/issues