From 8764e9212781b0d5232b545bb3f7e07a9c3056d9 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 24 Nov 2017 11:29:09 -0500 Subject: [PATCH] more info --- index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index eee5a65..8f3e739 100644 --- a/index.md +++ b/index.md @@ -1 +1,10 @@ -* minimap2 [manpage](minimap2.html) +* [Documentation][doc] +* [Command-line options](minimap2.html) +* [Manuscript][arxiv] on the algorithm and evaluations +* [Python binding][python] +* [BioConda page][bioconda] + +[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