bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
665 stars 70 forks source link

fastq doesnt handle optionals well #323

Closed Koeng101 closed 1 year ago

Koeng101 commented 1 year ago

fastq parser doesnt handle optionals as it should (check fastq https://github.com/TimothyStiles/poly/blob/main/io/fastq/data/nanosavseq.fastq + write it out again).

This is mostly a note for me to fix later.