You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reader contains a record, which is sized to the largest sequence in the file. This is wasteful if you're reading a bunch of files with large sequences.
Maybe add an API that takes a FASTARecord and uses that to construct the reader.
The reader contains a record, which is sized to the largest sequence in the file. This is wasteful if you're reading a bunch of files with large sequences.
Maybe add an API that takes a FASTARecord and uses that to construct the reader.