bebop / poly

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

Added error checking to genbank #236

Closed Koeng101 closed 2 years ago

Koeng101 commented 2 years ago

This adds error checking genbank to io.

There are a few things I need to figure out:

I also need to figure out how to integrate concurrent reading (this will probably just be by modifying parse, even if that is a little annoying).

Koeng101 commented 2 years ago

@TimothyStiles This code is ready.

I removed checksums, multi-genbank, and flat genbank parsing. These I think can be added later after we clean up the code a little bit.

Koeng101 commented 2 years ago

Closed in favor of #244