tdreidcs / DNA-Project

Simulated synthesis and sequencing of binary data to DNA-based storage
0 stars 1 forks source link

program architecture #1

Open Caedus13 opened 7 years ago

Caedus13 commented 7 years ago

right now we're planning on using C++ as our programming language, with an abstract class representing the encoding//decoding (it's subclasses implementing the Goldman and XOR encodings). we expect to determine with more specificity the architecture as we go

Caedus13 commented 7 years ago

store nucleotide sequence in string generated from Huffman code

Caedus13 commented 7 years ago

figure out addressing/primers

Caedus13 commented 7 years ago

object to represent DNA? class or just array?