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
- Host: GitHub
- URL: https://github.com/carlobaldassi/fastaio.jl
- Owner: carlobaldassi
- License: other
- Created: 2013-05-17T13:24:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T23:50:08.000Z (about 1 year ago)
- Last Synced: 2025-02-22T00:17:49.520Z (8 months ago)
- Topics: bioinformatics, fasta, julia
- Language: Julia
- Size: 257 KB
- Stars: 16
- Watchers: 4
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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