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
Often, we want random access to a collection of (possibly tokenized) sequences that may be too large to hold in memory. numpy can do this via a memmapped array. Is there an equivalent for the sequence arrays used in bionumpy?
Often, we want random access to a collection of (possibly tokenized) sequences that may be too large to hold in memory. numpy can do this via a memmapped array. Is there an equivalent for the sequence arrays used in bionumpy?