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
with greyhound #1226#1238 and prefetch #1310, it would be really useful to be able to just distribute single zip files that contained signatures and nothing else.
ISTR @luizirber talking about this somewhere as distributing SBTs with no internal nodes, but I'm wondering if we even need JSON indices at all? I guess it wouldn't hurt, but I'm perfectly happy to not be required to load a big JSON at all.
The text was updated successfully, but these errors were encountered:
did a little bit of playing around, and tried out the following command:
sourmash index test.sbt.zip podar-ref/*.fa.sig --sparseness=1 -k 31
which did indeed eliminate all internal nodes in the zip file, but of course did create a .sbt.json file. I'm pretty sure it also does the SBT creation in memory.
with greyhound #1226 #1238 and prefetch #1310, it would be really useful to be able to just distribute single zip files that contained signatures and nothing else.
ISTR @luizirber talking about this somewhere as distributing SBTs with no internal nodes, but I'm wondering if we even need JSON indices at all? I guess it wouldn't hurt, but I'm perfectly happy to not be required to load a big JSON at all.
The text was updated successfully, but these errors were encountered: