-
Notifications
You must be signed in to change notification settings - Fork 80
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
sketch
... --name
is not documented in CLI help
#3152
Comments
well, sort of?
it's caused confusion in the past as well, so maybe we can improve things, but it is there :) It's also in the sourmash sketch docs -
Thoughts as to how to improve things -
|
**Note:** PR into #3161 This PR cleans up and regularizes naming output on `sig` subcommands. Specifically, it: - [x] adds `--set-name` to `sig intersect` and `sig subtract` to set names on output signatures. - [x] confirms and tests default names for output from `sig inflate`, `sig filter`, `sig downsample`, and `sig flatten` - [x] updates documentation appropriately - [x] aliases `--name` to `--set-name` on `sig merge`, and nominates `--name` for deprecation and removal on v5 - [x] nominates `--name` on `sig extract`, `sig filter`, and `sig flatten` for deprecation and removal on v5 - [x] highlights `--name` on `sketch dna`, `sketch protein`, and `sketch translate` - ref #3152 Fixes #1801 Fixes #3152 Related issues: * #3173 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
as of today's release of sourmash v4.8.9, |
sourmash sketch dna --help
, does not have--name
parameter to give a specific name to the signature. Probably with other sketching modes.The text was updated successfully, but these errors were encountered: