-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recommend (and test) 'standalone manifests' #235
Labels
documentation
Improvements or additions to documentation
Comments
probably should link to https://sourmash.readthedocs.io/en/latest/databases-advanced.html in the docs here, as well. |
6 tasks
The documentation is being significantly reworked in sourmash-bio/sourmash#3054 and sourmash-bio/sourmash#3027. Once those are merged, we can update here. In brief, we should recommend using |
ctb
added a commit
to sourmash-bio/sourmash
that referenced
this issue
Mar 20, 2024
This PR: * fixes a minor nit in `sourmash sig collect` output where it said "loaded 0 signatures" * updates a lot of the documentation around standalone manifests to encourage their use * in tandem, modifies docs to discourage loading from pathlists/from-files and directory hierarchies TODO: - [x] look at TODO item re directories in sig collect - [x] think about adding #3023 information into docs about lazy loading; maybe in the advanced databases document? - [x] update `sig manifest` docs to point out that they do not generate standalone manifests - [x] revisit branchwater plugin documentation to, to either make issues or make changes - [x] update `sig check` and `sig collect` to tell people to expand their paths ref #3039 - [x] update docs more to recommend against pathlists and directories per #3040 Related issues: * sourmash-bio/sourmash_plugin_branchwater#235 * Fixes #3048 * Fixes #3009 by recommending `sig collect` and `sig check` instead of `sig manifest` for making standalone manifests * #3053 * Fixes #3023 * Fixes #3039 * Fixes #3040 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tessa Pierce Ward <[email protected]>
28 tasks
Support for this is being added in #430. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related to sourmash-bio/sourmash#3023, I think we should proselytize the use of standalone manifests in certain circumstances.
We refer to 'manifest CSVs' in the current docs, but this is confusing, since it turns out manifest CSVs generated by
sig manifest
do not necessarily work as standalone manifests, while manifests generated bysig collect
do. Standalone manifests are (in my newspeak) files that can be loaded & used by sourmash as, well, standalone files - they are not tightly linked to a specific storage type.I'm going to work on the framing and documentation and tests a bit over in the sourmash repo, but one of the main goals is to get it straight for use in the branchwater plugin 😅 so I thought I'd create an issue here to make sure we update the docs appropriately (and make sure the functionality actually works).
The text was updated successfully, but these errors were encountered: