changed the formatting

This commit is contained in:
Heng Li
2017-11-27 10:11:38 -05:00
parent 5064a10574
commit 0764af1545

View File

@@ -1,13 +1,13 @@
## Getting help
* General documentation in the [minimap2 README][doc]
* Explanation of command-line options in the [minimap2 manpage](minimap2.html)
* Algorithm description and evaluation in the [minimap2 manuscript][arxiv]
* Report bugs, request features and ask questions via [GitHub Issues][issue]
* [README][doc]: general documentation
* [Manpage](minimap2.html): explanation of command-line options
* [Manuscript][arxiv]: algorithms and evaluations (please cite if you use minimap2)
* [GitHub Issues page][issue]: report bugs, request features and ask questions
## Acquiring minimap2
* Versioned packages and precompiled binaries [from the GitHub Release page][release]
* [GitHub Release page][release]: versioned packages and precompiled binaries
* Also [available from BioConda][bioconda]
* Python binding [via PyPI][pypi] or [via BioConda][mappy-bc]