bebop / poly

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

add parser.line++ so error messages make sense #332

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

Ready for merge.