You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1159 adds sourmash sketch dna|protein|translate. This issue tracks some potential additions to that --
we could provide additional subcommands, like sourmash sketch reads, sourmash sketch genome, and sourmash sketch ncbi, that choose good defaults for those kinds of inputs
e.g. for reads, scaled=1000,abund
we are removing 10x support so no need to add anything there.
similarly, we could alias sourmash sketch dayhoff and sourmash sketch hp.
@luizirber proposed a passthrough option, where you could chain the inputs together:
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?!
translate should take options to specify top-strand/rc only, for RNA.
I think maybe the stuff in my comment here #999 (comment) around detecting/flagging bad inputs should be examined for sourmash sketch to see if we've resolved that UX disaster...
#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. classification with full length 16S gene #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 Idea: imports match CLI? #1112?sourmash.sketch.dna(filenames=...)
The text was updated successfully, but these errors were encountered: