Utilities to read/write FASTA format files in Julia.
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
- The manual is HERE.
- See also the examples in the examples directory.