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
Seq no longer tries to cast the sequence `id` argument on initialization so
creating a new Seq without an id is valid. This is useful when creating
a Seq from a binary encoded sequence file in which the sequence id is
encoded. By default, it will parse this out for you.
Resolve#335
Seq errors out if you don't provide it with a sequence ID during initialization due to
Seq will read a provided filename and extract out the encoded sequence id when provided with an encoded sequence. With the above, this doesn't work.
The text was updated successfully, but these errors were encountered: