bebop / poly

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

parser wasnt iterating lines, so error messages were nonsensical. Fixed #331

Closed Koeng101 closed 1 year ago

Koeng101 commented 1 year ago

Stupid simple addition. parser.line wasn't iterating in slow5 parser, so error messages would be a bit non-nonsensical. Fixed this with 1 line.

Koeng101 commented 1 year ago

hmmm... too lazy to figure out the right git commands, just gonna open another pr