Open ctb opened 4 years ago
I think maybe the stuff in my comment here https://github.com/dib-lab/sourmash/issues/999#issuecomment-636336647 around detecting/flagging bad inputs should be examined for sourmash sketch
to see if we've resolved that UX disaster...
maybe add name
to param strings per https://github.com/dib-lab/sourmash/issues/1315
1159 adds
sourmash sketch dna|protein|translate
. This issue tracks some potential additions to that --sourmash sketch reads
,sourmash sketch genome
, andsourmash sketch ncbi
, that choose good defaults for those kinds of inputsscaled=1000,abund
sourmash sketch dayhoff
andsourmash sketch hp
.sourmash sketch 16s
(see e.g. https://github.com/dib-lab/sourmash/issues/1000)Additional thoughts:
sourmash sketch dna --passthrough <input> | sourmash sketch protein <input>
- this would yield two signatures. Not sure how to do the output tho - where does the signature file go? do we need to specify multiple different-o
options?!sketch
module suitable for direct use by Python, per https://github.com/dib-lab/sourmash/issues/1112?sourmash.sketch.dna(filenames=...)