Bioinformatics library https://github.com/rust-bio/rust-bio Elixir bindings
If available in Hex, the package can be installed
by adding exbio
to your list of dependencies in mix.exs
:
def deps do
[
{:exbio, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/exbio.
rust >= 1.29.0
elixir >= 1.7
make
- run the build/tests within docker by
make -C docker
iex -S mix
iex(1)> ExBio.PatternMatching.Bom.bom("ACGGCTAGGAAAAAGACTGAGGACTGAAAA", "GAAAA")
{:ok, [8, 25]}