C. Titus Brown
C. Titus Brown
ref https://github.com/sourmash-bio/sourmash/issues/1959
back when, sourmash was a cute 'lil package that had like 5 commands: compute, search, gather, compare, plot. Now it's a tentacular monstrosity with over a dozen commands in `sig`,...
the following links are useful for tracking how many people are downloading sourmash; it's even broken out by version and architecture in some places. https://pepy.tech/project/sourmash https://anaconda.org/conda-forge/sourmash-minimal https://anaconda.org/bioconda/sourmash
at STAMPS 2022, I described the fraction of genome k-mers found (`p_match` in gather text output, `f_match_query` in the prefetch and gather CSV output) as the genomic "extent". I learned...
When running the lemonade tutorial in https://github.com/sourmash-bio/sourmash/pull/2158, the value of the `query_ani_at_rank` output by column is always empty for e.g. the `csv_summary` output format. Is this intentional and expected? If...
I've been digging into some `Storage` stuff, and thinking about: * `SourmashSignature` and how we treat signatures and `MinHash` objects as 1:1 * how selectors on databases are really tightly...
https://twitter.com/yoann_dufresne/status/1553995291589746688
For sourmash v5, we should consider changing the default output format to `-F human` for human readable output from `tax genome` and `tax metagenome`.
@bluegenes and I have been talking about how slow protein gather is when used with genomes x gtdb. So I did some benchmarking, albeit with a metagenome. Read on! ##...
in https://github.com/sourmash-bio/sourmash/pull/2147, I disabled napoleon because it was breaking with Sphinx 5.10. Do we need it / are we using it? If so we should revisit. per docs, >Napoleon is...