sourmash icon indicating copy to clipboard operation
sourmash copied to clipboard

`sig merge` incorrectly claims that it only outputs JSON sigs

Open ctb opened this issue 6 months ago • 0 comments

sourmash sig merge -h prints:

Note: merge only creates one output file, with one signature in it, in the JSON .sig format.

yet it uses sourmash_args.SaveSignaturesToLocation internally which supports the full range of sourmash output formats...

might want to check other commands for this too!

ctb avatar Jan 01 '24 16:01 ctb