bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
671 stars 73 forks source link

seqhash2 #299

Closed Koeng101 closed 1 year ago

Koeng101 commented 1 year ago

This PR is initializing seqhash_v2, something I've wanted to do for a while.

Basically, all seqhash_v2 adds is the ability to have base modifications (important for some newer cloning methods I'm using) and non-homologous doublestranded DNA (important for cloning parts from small annealed oligos).

DNA / RNA is NOT the same if it has modifications! Dcm/dam modifications matter for doing restriction digestions! tRNAs need modifications to function as expected!

Koeng101 commented 1 year ago

Eh, not doing right now.