|
1 | | -# BioAlignments.jl |
| 1 | +BioAlignments |
| 2 | +============= |
2 | 3 |
|
3 | | -**Latest release:** |
| 4 | +[![latest release][release-img]][release-url] |
| 5 | +[![MIT license][license-img]][license-url] |
| 6 | +[![stable documentation][docs-stable-img]][docs-stable-url] |
| 7 | +[![latest documentation][docs-latest-img]][docs-latest-url] |
| 8 | +![lifecycle][lifecycle-maturing] |
| 9 | +[![Chat on Discord][discord-img]][discord-url] |
4 | 10 |
|
5 | | -[![Latest Release][release-img]][release-url] |
6 | | -[![BioAlignments][juliapkg06-img]][juliapkg-url] |
7 | | -[![BioAlignments][juliapkg06-img]][juliapkg-url] |
8 | | -[![License][license-img]][license-url] |
9 | | -[![Docs Stable][docs-stable-img]][docs-stable-url] |
10 | | - |
11 | | - |
| 11 | +Description |
| 12 | +----------- |
12 | 13 |
|
13 | | -**Development status:** |
| 14 | +BioAlignments provides alignment algorithms, data structures, and I/O |
| 15 | +tools for SAM and BAM file formats. |
14 | 16 |
|
15 | | -[![Build Status][travis-img]][travis-url] |
16 | | -[![Build status][appveyor-img]][appveyor-url] |
17 | | -[![codecov.io][codecov-img]][codecov-url] |
18 | | -[![Docs Latest][docs-latest-img]][docs-latest-url] |
19 | | - |
20 | | -## Description |
21 | | - |
22 | | -BioAlignments.jl provides alignment algorithms, data structures, and I/O tools |
23 | | -for SAM and BAM file formats. |
24 | | - |
25 | | -## Installation |
| 17 | +Installation |
| 18 | +------------ |
26 | 19 |
|
27 | 20 | Install BioAlignments from the Julia REPL: |
28 | 21 |
|
29 | 22 | ```julia |
30 | | -julia> Pkg.add("BioAlignments") |
| 23 | +using Pkg |
| 24 | +add("BioAlignments") |
| 25 | +#Pkg.add("BioAlignments") for julia prior to v0.7 |
31 | 26 | ``` |
32 | 27 |
|
33 | | -If you are interested in the cutting edge of the development, please check out |
34 | | -the master branch to try new features before release. |
| 28 | +If you are interested in the cutting edge of the development, please |
| 29 | +check out the master branch to try new features before release. |
| 30 | + |
| 31 | +Testing |
| 32 | +------- |
| 33 | + |
| 34 | +BioAlignments is tested against julia `0.6` and current `0.7-dev` on |
| 35 | +Linux, OS X, and Windows. |
| 36 | + |
| 37 | +| **Latest release** | **Latest build status** | |
| 38 | +|:------------------:|:-----------------------:| |
| 39 | +| [![julia06][juliapkg06-img]][juliapkg-url] [![julia07][juliapkg07-img]][juliapkg-url] | [![travis][travis-img]][travis-url] [![appveyor][appveyor-img]][appveyor-url] [![coverage][codecov-img]][codecov-url] | |
| 40 | + |
| 41 | +Contributing and Questions |
| 42 | +-------------------------- |
35 | 43 |
|
36 | | -## Contributing and Questions |
| 44 | +We appreciate contributions from users including reporting bugs, fixing |
| 45 | +issues, improving performance and adding new features. |
37 | 46 |
|
38 | | -We appreciate contributions from users including reporting bugs, fixing issues, |
39 | | -improving performance and adding new features. |
40 | | -Please go to the [contributing section of the documentation](biojulia.github.io/BioAlignments.jl/stable/contributing) |
41 | | -for more information. |
| 47 | +Take a look at the [CONTRIBUTING](CONTRIBUTING.md) file provided with |
| 48 | +this package for detailed contributor and maintainer guidelines. |
42 | 49 |
|
43 | | -If you have a question about |
44 | | -contributing or using this package, you are encouraged to use the |
45 | | -[Bio category of the Julia discourse |
46 | | -site](https://discourse.julialang.org/c/domain/bio). |
| 50 | +If you have a question about contributing or using this package, come |
| 51 | +on over and chat to us on [Discord][discord-url], or you can try the |
| 52 | +[Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio). |
47 | 53 |
|
48 | | -[release-img]: https://img.shields.io/github/release/BioJulia/BioAlignments.jl.svg |
49 | | -[release-url]: https://github.com/BioJulia/BioAlignments.jl/releases/latest |
50 | | -[juliapkg05-img]: http://pkg.julialang.org/badges/BioAlignments_0.5.svg |
51 | | -[juliapkg06-img]: http://pkg.julialang.org/badges/BioAlignments_0.6.svg |
52 | | -[juliapkg-url]: http://pkg.julialang.org/?pkg=BioAlignments |
53 | | -[license-img]: https://img.shields.io/badge/license-MIT-green.svg |
54 | | -[license-url]: https://github.com/BioJulia/BioAlignments.jl/blob/master/LICENSE |
55 | | -[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
56 | | -[docs-stable-url]: https://biojulia.github.io/BioAlignments.jl/stable |
57 | | -[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg |
58 | | -[docs-latest-url]: https://biojulia.github.io/BioAlignments.jl/latest/ |
59 | | -[travis-img]: https://travis-ci.org/BioJulia/BioAlignments.jl.svg?branch=master |
60 | | -[travis-url]: https://travis-ci.org/BioJulia/BioAlignments.jl |
61 | | -[appveyor-img]: https://ci.appveyor.com/api/projects/status/klkynmkr1tgd30gq/branch/master?svg=true |
62 | | -[appveyor-url]: https://ci.appveyor.com/project/Ward9250/bioalignments-jl/branch/master |
63 | | -[codecov-img]: http://codecov.io/github/BioJulia/BioAlignments.jl/coverage.svg?branch=master |
64 | | -[codecov-url]: http://codecov.io/github/BioJulia/BioAlignments.jl?branch=master |
| 54 | +[release-img]: https://img.shields.io/github/release/BioJulia/BioAlignments.jl.svg?style=flat-square |
| 55 | +[release-url]: https://github.com/BioJulia/BioAlignments.jl/releases/latest |
| 56 | +[license-img]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square |
| 57 | +[license-url]: https://github.com/BioJulia/BioAlignments.jl/blob/master/LICENSE |
| 58 | +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg?style=flat-square |
| 59 | +[docs-stable-url]: https://biojulia.github.io/BioAlignments.jl/stable |
| 60 | +[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square |
| 61 | +[docs-latest-url]: https://biojulia.github.io/BioAlignments.jl/latest/ |
| 62 | +[lifecycle-experimental]: https://img.shields.io/badge/lifecycle-experimental-orange.svg?style=flat-square |
| 63 | +[lifecycle-maturing]: https://img.shields.io/badge/lifecycle-maturing-blue.svg?style=flat-square |
| 64 | +[lifecycle-stable]: https://img.shields.io/badge/lifecycle-stable-brightgreen.svg?style=flat-square |
| 65 | +[lifecycle-retired]: https://img.shields.io/badge/lifecycle-retired-orange.svg?style=flat-square |
| 66 | +[lifecycle-archived]: https://img.shields.io/badge/lifecycle-archived-red.svg?style=flat-square |
| 67 | +[lifecycle-dormant]: https://img.shields.io/badge/lifecycle-dormant-blue.svg?style=flat-square |
| 68 | +[lifecycle-questioning]: https://img.shields.io/badge/lifecycle-questioning-blue.svg?style=flat-square |
| 69 | +[discord-img]: https://img.shields.io/badge/discord-chat-blue.svg?style=flat-square&logo=discord&colorB=%237289DA |
| 70 | +[discord-url]: https://discord.gg/z73YNFz |
| 71 | +[juliapkg06-img]: http://pkg.julialang.org/badges/BioAlignments_0.6.svg?style=flat-square |
| 72 | +[juliapkg07-img]: http://pkg.julialang.org/badges/BioAlignments_0.7.svg?style=flat-square |
| 73 | +[juliapkg-url]: http://pkg.julialang.org/?pkg=BioAlignments |
| 74 | +[travis-img]: https://img.shields.io/travis/BioJulia/BioAlignments.jl/master.svg?label=Linux+/+macOS |
| 75 | +[travis-url]: https://travis-ci.org/BioJulia/BioAlignments.jl |
| 76 | +[appveyor-img]: https://ci.appveyor.com/api/projects/status/klkynmkr1tgd30gq/branch/master?svg=true |
| 77 | +[appveyor-url]: https://ci.appveyor.com/project/Ward9250/bioalignments-jl/branch/master |
| 78 | +[codecov-img]: http://codecov.io/github/BioJulia/BioAlignments.jl/coverage.svg?branch=master |
| 79 | +[codecov-url]: http://codecov.io/github/BioJulia/BioAlignments.jl?branch=master |
0 commit comments