|
| 1 | +# BioAlignments |
| 2 | + |
| 3 | +[](https://github.com/BioJulia/BioAlignments.jl/releases/latest) |
| 4 | +[](https://github.com/BioJulia/BioAlignments.jl/blob/master/LICENSE) |
| 5 | +[](https://biojulia.github.io/BioAlignments.jl/stable) |
| 6 | +[](https://biojulia.github.io/BioAlignments.jl/latest/) |
| 7 | + |
| 8 | +[](https://discord.gg/z73YNFz) |
| 9 | + |
| 10 | + |
| 11 | +## Description |
| 12 | + |
| 13 | +BioAlignments provides alignment algorithms, data structures, and I/O |
| 14 | +tools for SAM and BAM file formats. |
| 15 | + |
| 16 | + |
| 17 | +## Installation |
| 18 | + |
| 19 | +Install BioAlignments from the Julia REPL: |
| 20 | + |
| 21 | +```julia |
| 22 | +using Pkg |
| 23 | +add("BioAlignments") |
| 24 | +#Pkg.add("BioAlignments") for julia prior to v0.7 |
| 25 | +``` |
| 26 | + |
| 27 | +If you are interested in the cutting edge of the development, please |
| 28 | +check out the master branch to try new features before release. |
| 29 | + |
| 30 | + |
| 31 | +## Testing |
| 32 | + |
| 33 | +BioAlignments is tested against julia `0.7` and `1.x` on Linux, OS X, and Windows. |
| 34 | + |
| 35 | +| **Latest release** | **Latest build status** | |
| 36 | +|:------------------:|:-----------------------:| |
| 37 | +| [](https://pkg.julialang.org/?pkg=BioAlignments) | [](https://travis-ci.org/BioJulia/BioAlignments.jl) [](https://ci.appveyor.com/project/Ward9250/bioalignments-jl/branch/master) [](https://codecov.io/github/BioJulia/BioAlignments.jl?branch=master) | |
| 38 | + |
| 39 | + |
| 40 | +## Contributing |
| 41 | + |
| 42 | +We appreciate contributions from users including reporting bugs, fixing |
| 43 | +issues, improving performance and adding new features. |
| 44 | + |
| 45 | +Take a look at the [CONTRIBUTING](https://github.com/BioJulia/BioAlignments.jl/blob/master/CONTRIBUTING.md) file provided with |
| 46 | +every BioJulia package package for detailed contributor and maintainer |
| 47 | +guidelines. |
| 48 | + |
| 49 | + |
| 50 | +### Financial contributions |
| 51 | + |
| 52 | +We also welcome financial contributions in full transparency on our |
| 53 | +[open collective](https://opencollective.com/biojulia). |
| 54 | +Anyone can file an expense. If the expense makes sense for the development |
| 55 | +of the community, it will be "merged" in the ledger of our open collective by |
| 56 | +the core contributors and the person who filed the expense will be reimbursed. |
| 57 | + |
| 58 | + |
| 59 | +## Backers & Sponsors |
| 60 | + |
| 61 | +Thank you to all our backers and sponsors! |
| 62 | + |
| 63 | +Love our work and community? [Become a backer](https://opencollective.com/biojulia#backer). |
| 64 | + |
| 65 | +[](https://opencollective.com/biojulia#backers) |
| 66 | + |
| 67 | +Does your company use BioJulia? Help keep BioJulia feature rich and healthy by |
| 68 | +[sponsoring the project](https://opencollective.com/biojulia#sponsor) |
| 69 | +Your logo will show up here with a link to your website. |
| 70 | + |
| 71 | +[](https://opencollective.com/biojulia/sponsor/0/website) |
| 72 | +[](https://opencollective.com/biojulia/sponsor/1/website) |
| 73 | +[](https://opencollective.com/biojulia/sponsor/2/website) |
| 74 | +[](https://opencollective.com/biojulia/sponsor/3/website) |
| 75 | +[](https://opencollective.com/biojulia/sponsor/4/website) |
| 76 | +[](https://opencollective.com/biojulia/sponsor/5/website) |
| 77 | +[](https://opencollective.com/biojulia/sponsor/6/website) |
| 78 | +[](https://opencollective.com/biojulia/sponsor/7/website) |
| 79 | +[](https://opencollective.com/biojulia/sponsor/8/website) |
| 80 | +[](https://opencollective.com/biojulia/sponsor/9/website) |
| 81 | + |
| 82 | + |
| 83 | +## Questions? |
| 84 | + |
| 85 | +If you have a question about contributing or using BioJulia software, come |
| 86 | +on over and chat to us on [Discord](https://discord.gg/z73YNFz), or you can try the |
| 87 | +[Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio). |
0 commit comments