-
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
add support for identifying equal matches in lca gather
#714
Comments
"We could / should support output of equal matches to --csv and --save-matches. We should probably add --save-matches to lca gather, too." <-- This would be suuuuper cool. Also, v3.4 is telling me not to use "sourmash lca gather" anymore because it's deprecated, but when I use "sourmash gather" with an lca db, I get the regular gather function giving me specific signature matches instead of the taxonomic output with the lineage. Has "sourmash lca gather" taxonomic function not been fully merged into the "sourmash gather" or am I missing an option? Do you have an example command line for using "sourmash gather" to give taxonomic lineages? One more thing: is it possible/advisable to fill out the lineage fields in the csv as far as the algo is confident for queries with multiple equal matches? That is, if all equal matches are from the Staphylococcus genus, to report the lineage down to the genus? |
hi @nmb85 re and the larger issue. Note that there's a script in #1011 that does the taxonomic assignment. Re removing lca gather, I forgot why and had to go hunting for why we made that decision :). 'twas here, #728. While it is not well explained in that issue, the logic was that We are thinking about a
@bluegenes is actively working on now. The answer seems to be that it's quite robust to do what you say (but we are working on putting error bars on it). |
Right now there's no way to figure out what the "equal matches" are with
sourmash lca gather
.We could / should support output of equal matches to
--csv
and--save-matches
. We should probably add--save-matches
tolca gather
, too.see #707 (comment).
The text was updated successfully, but these errors were encountered: