Koeng101 / dnadesign

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

minimap2 + samtools wasm #18

Open Koeng101 opened 10 months ago

Koeng101 commented 10 months ago

I want minimap2 + samtools integrated into dnadesign so that alignment can take place without going to C / bash.

https://biowasm.com/cdn/v3/minimap2/2.22

It can definitely be done, just will take some work to get it working.

Koeng101 commented 9 months ago

46 eliminates the immediate need for this functionality, but I would still like to get it with wasm rather than depending on CLIs that must be locally downloaded.