Koeng101 / dnadesign

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

better sequencing #63

Closed Koeng101 closed 8 months ago

Koeng101 commented 8 months ago

this implements functionality for handling sequencing data better.

Pseudo-code would be:

SequenceAnalyze(reads, templateMap, primerMap) (filteredReads, wellsToTemplate)
GeneratePileup(filteredReads, wellsToTemplate) map[well]pileup
Koeng101 commented 8 months ago

merged with #60