Koeng101 / dnadesign

A Go package for designing DNA.
Other
23 stars 0 forks source link

Plannotate recode #16

Closed Koeng101 closed 10 months ago

Koeng101 commented 10 months ago

Described previously at https://github.com/TimothyStiles/poly/issues/396

Basically, reproduce https://github.com/mmcguffi/pLannotate/tree/master , but in a nice golang environment with an easy API on top. However, I'd like to combine that with something like in #15 . Essentially, the data sources should be pulled from the various APIs being built there, so that the annotator is essentially acting as a in-between service, while not really directly touching any data.

Koeng101 commented 10 months ago

This is gonna take quite a bit, including WASM minimap2 / diamond, and then feature adding in genbank, as well as mutation calling in comparisons. So closing this for now, to make things more focused.