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
First, it doesn't pick up the k-mer size from the available signatures, so you have to specify it explicitly on the command line (unlike sourmash index, where you only need to specify -k if it's not obvious).
Second, when loading from a database it doesn't make use of manifests or progress loading stuff, so it will simply say "loading signatures ... 1 of 1".
So you get
... loading signature GCA_900761165.1 Clostridia bac (1 of 1)
instead of any kind of useful indication of how many are being loaded - ref #1426, #1877
The text was updated successfully, but these errors were encountered:
First, it doesn't pick up the k-mer size from the available signatures, so you have to specify it explicitly on the command line (unlike
sourmash index
, where you only need to specify -k if it's not obvious).Second, when loading from a database it doesn't make use of manifests or progress loading stuff, so it will simply say "loading signatures ... 1 of 1".
So you get
instead of any kind of useful indication of how many are being loaded - ref #1426, #1877
The text was updated successfully, but these errors were encountered: