Commit 585e652
committed
Issue #335 - Make Seq sequence id optional on initialization
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 #3351 parent 0a208c2 commit 585e652
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments