-
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
sourmash sig merge needs --name #1213
Labels
Comments
Yes because piping doesn't work!
|
hi @olgabot ok, figured this out - the correct syntax for renaming signatures via pipe is:
To be fair, I don't really like the syntax for I do like the idea of adding a |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sourmash sig merge
should support--name
to rename the output signature.feature suggested by @olgabot as per below.
To get started on this,
--name
parameter to argument parsing forsig merge
insrc/sourmash/cli/sig/merge.py
src/sourmash/sig/__main__.py
, functionmerge(...)
, adjust theSourmashSignature
object creation to usename=args.name
tests/test_test_cmd_signature.py
, perhaps starting from a renamed copy oftest_sig_merge_1
, that uses--name
on the command line and checks the.name
attribute on the output signatureThe text was updated successfully, but these errors were encountered: