https://github.com/transgirlcodes/biosequences
A simple C++ library for an efficient biological sequence representation.
https://github.com/transgirlcodes/biosequences
Last synced: about 2 months ago
JSON representation
A simple C++ library for an efficient biological sequence representation.
- Host: GitHub
- URL: https://github.com/transgirlcodes/biosequences
- Owner: TransGirlCodes
- License: mit
- Created: 2018-01-19T16:48:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T12:59:18.000Z (over 7 years ago)
- Last Synced: 2025-02-12T08:56:38.312Z (3 months ago)
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# biosequences
*A simple C++ library for working with
biological sequences using an efficient representation.*The design of biological sequences in this library
is deliberately based on the design of various types and methods
in [BioJulia/BioSequences.jl](https://github.com/BioJulia/BioSequences.jl).In the future I intent to make this library compatible with the BioJulia
package it is based on.Shameless plug: If you want to do some biology scripts in a high level yet
performant language, go and check out the BioJulia packages for the julia
language.I have deliberately tried to to use the more modern
C++ features and styles for this library.