dnadesign icon indicating copy to clipboard operation
dnadesign copied to clipboard

A Go package for designing DNA.

Results 15 dnadesign issues
Sort by recently updated
recently updated
newest added

Here is an example written by ChatGPT: ```go func writeHD(w io.Writer, hd map[string]string) error { // Define the order of specific keys orderedKeys := []string{"VN", "SO", "GO", "SS"} // String...

enhancement

[link](https://github.com/bebop/poly/issues/247) This is still a feature that is needed, and needed even more for the basic API!

enhancement

https://github.com/bebop/poly/pull/411 This is a cool feature. Let's merge.

enhancement

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...

enhancement
help wanted

slow5 version should be in the Header, not the HeaderValue. In addition, HeaderValues don't take care of ordering / multiple read groups right now ```go type Header struct { HeaderValues...

enhancement