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
#102 introduces a light MultiCollection for storing multiple Collections. The implementation here is very lightweight, and is only used to:
load from existing zipfiles (prior batches that succeeded)
iterate across these existing sigs to build a Hashmap of BuildParams that can be used to filter out any template signatures that already exist in the batched zips.
If MultiCollection from branchwater (sourmash-bio/sourmash_plugin_branchwater#430) gets standardized and introduced into sourmash core, we could likely use that here instead. However, we would still need to have a buildparams_hashmap implementation.
#102 introduces a light
MultiCollection
for storing multipleCollection
s. The implementation here is very lightweight, and is only used to:BuildParams
that can be used to filter out any template signatures that already exist in the batched zips.If
MultiCollection
from branchwater (sourmash-bio/sourmash_plugin_branchwater#430) gets standardized and introduced into sourmash core, we could likely use that here instead. However, we would still need to have abuildparams_hashmap
implementation.Related:
Collection
inRevIndex
for external storage sourmash#3321The text was updated successfully, but these errors were encountered: