https://github.com/anderspitman/dna_transpressor
https://github.com/anderspitman/dna_transpressor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anderspitman/dna_transpressor
- Owner: anderspitman
- Created: 2014-10-18T06:08:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T06:11:33.000Z (over 11 years ago)
- Last Synced: 2025-03-15T07:54:24.524Z (about 1 year ago)
- Language: C
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rudimentary compression implementation for DNA base data. Simply packing
ACGT sequences into 2 bits instead of taking up 8 per letter.
Mainly just as an exercise and proof of concept.