You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BioAlignments provides alignment algorithms and data structures.
11
+
12
+
*BioAlignments.jl* provides sequence alignment algorithms and data structures.
13
13
14
14
## Installation
15
-
BioAlignments is made available to install through BioJulia's package registry.
16
-
By default, Julia's package manager only uses the "General" package registry.
17
-
Your Julia configuration needs to include the BioJulia registry to be able to install the latest version of BioAlignments.
18
15
19
-
To add the BioJulia registry from the [Julia REPL](https://docs.julialang.org/en/v1/manual/getting-started/), press `]` to enter [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/), then enter the following command:
You can install *BioAlignments.jl* from Julia REPL in [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/):
23
17
24
-
After adding the registry to your configuration, you can install BioAlignments while in [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/) with the following:
25
-
```julia
26
-
add BioAlignments
18
+
```
19
+
pkg> add BioAlignments
27
20
```
28
21
29
22
If you are interested in the cutting edge of the development, please check out the [develop branch](https://github.com/BioJulia/BioAlignments.jl/tree/develop) to try new features before release.
30
23
31
-
32
24
## Testing
25
+
33
26
BioAlignments is tested against Julia `1.X` on Linux, OS X, and Windows.
34
27
35
28
**Latest build status:**
@@ -39,21 +32,24 @@ BioAlignments is tested against Julia `1.X` on Linux, OS X, and Windows.
We appreciate [contributions](https://github.com/BioJulia/BioAlignments.jl/graphs/contributors) from users including reporting bugs, fixing issues, improving performance and adding new features.
43
37
44
38
Take a look at the [contributing files](https://github.com/BioJulia/Contributing) detailed contributor and maintainer guidelines, and code of conduct.
45
39
46
40
### Special Thanks
41
+
47
42
- Peter Haverty
48
43
- GitHub [phaverty](https://github.com/phaverty)
49
44
50
45
### Financial contributions
46
+
51
47
We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/biojulia).
52
48
Anyone can file an expense.
53
49
If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.
54
50
55
-
56
51
## Backers & Sponsors
52
+
57
53
Thank you to all our backers and sponsors!
58
54
59
55
Love our work and community? [Become a backer](https://opencollective.com/biojulia#backer).
@@ -75,4 +71,5 @@ Your logo will show up here with a link to your website.
If you have a question about contributing or using BioJulia software, come on over and chat to us on [Gitter](https://gitter.im/BioJulia/General), or you can try the [Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio).
[](https://www.repostatus.org/#active)
BioAlignments provides alignment algorithms and data structures.
11
+
12
+
*BioAlignments.jl* provides sequence alignment algorithms and data structures.
13
13
14
14
## Installation
15
-
BioAlignments is made available to install through BioJulia's package registry.
16
-
By default, Julia's package manager only uses the "General" package registry.
17
-
Your Julia configuration needs to include the BioJulia registry to be able to install the latest version of BioAlignments.
18
15
19
-
To add the BioJulia registry from the [Julia REPL](https://docs.julialang.org/en/v1/manual/getting-started/), press `]` to enter [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/), then enter the following command:
You can install *BioAlignments.jl* from Julia REPL in [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/):
23
17
24
-
After adding the registry to your configuration, you can install BioAlignments while in [pkg mode](https://docs.julialang.org/en/v1/stdlib/Pkg/) with the following:
25
-
```julia
26
-
add BioAlignments
18
+
```
19
+
pkg> add BioAlignments
27
20
```
28
21
29
22
If you are interested in the cutting edge of the development, please check out the [develop branch](https://github.com/BioJulia/BioAlignments.jl/tree/develop) to try new features before release.
30
23
31
24
## Testing
32
-
BioAlignments is tested against Julia `1.X` on Linux, OS X, and Windows.
25
+
26
+
*BioAlignments.jl* is tested against Julia `1.X` on Linux, OS X, and Windows.
33
27
34
28
**Latest build status:**
35
29
@@ -38,17 +32,19 @@ BioAlignments is tested against Julia `1.X` on Linux, OS X, and Windows.
We appreciate [contributions](https://github.com/BioJulia/BioAlignments.jl/graphs/contributors) from users including reporting bugs, fixing issues, improving performance and adding new features.
42
37
43
38
Take a look at the [contributing files](https://github.com/BioJulia/Contributing) detailed contributor and maintainer guidelines, and code of conduct.
44
39
45
40
### Financial contributions
41
+
46
42
We also welcome financial contributions in full transparency on our [open collective](https://opencollective.com/biojulia).
47
43
Anyone can file an expense.
48
44
If the expense makes sense for the development of the community, it will be "merged" in the ledger of our open collective by the core contributors and the person who filed the expense will be reimbursed.
49
45
50
-
51
46
## Backers & Sponsors
47
+
52
48
Thank you to all our backers and sponsors!
53
49
54
50
Love our work and community? [Become a backer](https://opencollective.com/biojulia#backer).
@@ -69,6 +65,6 @@ Your logo will show up here with a link to your website.
If you have a question about contributing or using BioJulia software, come on over and chat to us on [Gitter](https://gitter.im/BioJulia/General), or you can try the [Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio).
0 commit comments