diff --git a/index.md b/index.md index 8f3e739..b622f9f 100644 --- a/index.md +++ b/index.md @@ -1,10 +1,14 @@ -* [Documentation][doc] -* [Command-line options](minimap2.html) +* [General documentation][doc] +* [Details on command-line options](minimap2.html) +* [Released packages and precompiled binaries][release] * [Manuscript][arxiv] on the algorithm and evaluations -* [Python binding][python] -* [BioConda page][bioconda] +* [Python binding][python] via PyPI +* Also [available via BioConda][bioconda] +* 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 [bioconda]: https://anaconda.org/bioconda/minimap2 +[release]: https://github.com/lh3/minimap2/releases +[issue]: https://github.com/lh3/minimap2/issues