FastaIO.jl
Utilities to read/write FASTA format files in Julia
Install / Use
/learn @carlobaldassi/FastaIO.jlREADME
FastaIO.jl
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 <kbd>]</kbd> 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.
- See also the examples in the examples directory.
