Skip to content

Commit

Permalink
fix sig merge docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Aug 12, 2023
1 parent 863e971 commit 619bcf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,11 @@ then the merged signature will have the sum of all abundances across
the individual signatures. The `--flatten` flag will override this
behavior and allow merging of mixtures by removing all abundances.

`sig merge` can only merge compatible sketches - if there are multiple
k-mer sizes or molecule types present in any of the signature files,
you will need to choose one k-mer size with `-k/--ksize`, and/or one
moltype with `--dna/--protein/--hp/--dayhoff`.

Note: `merge` only creates one output file, with one signature in it.

### `sourmash signature rename` - rename a signature
Expand Down

0 comments on commit 619bcf7

Please sign in to comment.