An open API service indexing awesome lists of open source software.

https://github.com/carlobaldassi/fastaio.jl

Utilities to read/write FASTA format files in Julia
https://github.com/carlobaldassi/fastaio.jl

bioinformatics fasta julia

Last synced: 6 months ago
JSON representation

Utilities to read/write FASTA format files in Julia

Awesome Lists containing this project

README

          

# FastaIO.jl

[![DOCS][docs-img]][docs-url] [![CI][CI-img]][CI-url] [![CODECOV][codecov-img]][codecov-url]

Utilities to read/write FASTA format files in [Julia].

## Installation and usage

### Installation

To install the module, use Julia's package manager: start pkg mode by pressing ] and then enter:

```
(v1.10) pkg> add FastaIO
```

Dependencies will be installed automatically.
The module can then be loaded like any other Julia module:

```
julia> using FastaIO
```

### Documentation

- The manual is [HERE][docs-url].
- See also the examples in the [examples directory](examples).

[Julia]: http://julialang.org

[docs-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-url]: https://carlobaldassi.github.io/FastaIO.jl/stable

[codecov-img]: https://codecov.io/gh/carlobaldassi/FastaIO.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/carlobaldassi/FastaIO.jl

[CI-img]: https://github.com/carlobaldassi/FastaIO.jl/actions/workflows/ci.yml/badge.svg
[CI-url]: https://github.com/carlobaldassi/FastaIO.jl/actions/workflows/ci.yml