humburg / pirates

Improving the quality of deep sequencing data
MIT License
0 stars 0 forks source link

Use binary sequence encoding #3

Open humburg opened 7 years ago

humburg commented 7 years ago

There is some code as part of the prototype. It might make sense to use bitarray (or a similar package) to take advantage of an optimised implementation.

It might make sense to wrap this into a class that provides a string-like interface to make working with it easier.