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
I created a signature and sourmash lca classify gives a particular genus, Eubacterium, but when I run sourmash lca gather with the same signature and database is not from a genome from Eubacterium. I was wondering if the "1 equal match" of the top match from sourmash lca gather was from a Eubacterium and if there was any way I could find out?
sourmash lca classify --query scaffolds_min1000.fasta.a.sig --db ~/Downloads/genbank-k31.lca.json.gz
== This is sourmash version 2.0.1. ==
== Please cite Brown and Irber (2016), doi:10.21105/joss.00027. ==
loaded 1 LCA databases. ksize=31, scaled=10000
finding query signatures...
outputting classifications to stdout
ID,status,superkingdom,phylum,class,order,family,genus,species,strain
scaffolds_min1000.fasta.a,disagree,Bacteria,Firmicutes,Clostridia,Clostridiales,Eubacteriaceae,Eubacterium,,
hi @ctSkennerton, good question! There is no easy (command line) way to figure this out... the slightly hacky way to do it today would be to use sourmash search to pull out all the matches, and then check against them with gather. We could add --save-matches to lca gather as well, and/or support output of equal matches to --csv.
I created a signature and
sourmash lca classify
gives a particular genus, Eubacterium, but when I runsourmash lca gather
with the same signature and database is not from a genome from Eubacterium. I was wondering if the "1 equal match" of the top match fromsourmash lca gather
was from a Eubacterium and if there was any way I could find out?The text was updated successfully, but these errors were encountered: