-
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
suggestion: add k size note to sig merge
help docs
#2708
Comments
6 tasks
Fixed in #2713! |
@jessicalumian could you confirm that the new docs make sense? see #2713 header for direct links. |
ctb
added a commit
that referenced
this issue
Aug 15, 2023
…tation (#2713) Fixes #2709 Fixes #2708 For review - - [ ] updated [prefetch section](https://sourmash--2713.org.readthedocs.build/en/2713/command-line.html#caveats-and-comments) - [ ] updated [sig intersect docs](https://sourmash--2713.org.readthedocs.build/en/2713/command-line.html#sourmash-signature-intersect-intersect-two-or-more-signatures) - [ ] updated [sig inflate docs](https://sourmash--2713.org.readthedocs.build/en/2713/command-line.html#sourmash-signature-inflate-transfer-abundances-from-one-signature-to-others) - [ ] updated [sig overlap docs](https://sourmash--2713.org.readthedocs.build/en/2713/command-line.html#sourmash-signature-overlap-detailed-comparison-of-two-signatures-overlap) - [ ] updated [sig merge docs](https://sourmash--2713.org.readthedocs.build/en/2713/command-line.html#sourmash-signature-merge-merge-two-or-more-signatures-into-one) - [ ] updated [sig subtract docs](https://sourmash--2713.org.readthedocs.build/en/2713/command-line.html#sourmash-signature-subtract-subtract-other-signatures-from-a-signature) --------- Co-authored-by: Luiz Irber <luizirber@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was running the command
where each file in *.sig was calculated at k = 21,31,51. So I got the error:
I figured out that I was missing a k flag (
sourmash sig merge *.sig -o ref.sig -k 21
) but the docs for sourmash sig merge don't specifically mention this: https://sourmash.readthedocs.io/en/latest/command-line.html#sourmash-signature-merge-merge-two-or-more-signatures-into-onesourmash sig merge -h
does mention this in the output, which is good!Suggestion: add a note about this in the sourmash sig merge web docs, and potentially to all functions where k size should be specified.
Feel free to ignore this! Just thought I'd mention it. =]
The text was updated successfully, but these errors were encountered: