edit

BioSequences.jl Biological sequences for julia

Latest release:

Latest Release BioSequences BioSequences License BioJulia maintainer: bicycle1885 BioJulia maintainer: Ward9250

Development status:

Build Status Build status codecov

Description

BioSequences.jl provides DNA, RNA and amino acid sequence data types for the julia language, with a comprehensive set of methods for common operations and IO of major sequence data formats.

Installation

Install BioSequences from the Julia REPL:

julia> Pkg.add("BioSequences")

If you are interested in the cutting edge of the development, please check out the master branch to try new features before release.