Hacker News new | ask | show | jobs
by vivekraja 1132 days ago
This linear-time approximation algorithm for mRNA design (LinearDesign) was inspired a lot from their previous work on a linear-time RNA folding algorithm (LinearFold).

We re-wrote their C implementation[0] of LinearFold in Go and added comments to explain how the algorithm worked: https://github.com/allyourbasepair/rbscalculator/blob/main/l...

[0] - https://github.com/LinearFold/LinearFold