An open API service indexing awesome lists of open source software.

https://github.com/anderspitman/dna_transpressor


https://github.com/anderspitman/dna_transpressor

Last synced: about 1 year ago
JSON representation

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.