bebop / poly

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

Remove start codon check #412

Closed Koeng101 closed 7 months ago

Koeng101 commented 7 months ago

https://github.com/TimothyStiles/poly/blob/f76bf05497cb89d5a48ab0a2ac41db9cfc425d12/synthesis/codon/codon.go#L244-L253

There should be no check here. A protein can totally be translated without a start codon - this is common if you want to translate certain portions of a protein.

TimothyStiles commented 7 months ago

patched in #414