sourmash
sourmash copied to clipboard
Quickly search, compare, and analyze genomic and metagenomic data sets.
asked on slack by Jonathan Rondeau-Leclaire - >I am trying to understand the scaled argument in sourmash gather. Can you point me to what I need to read to understand...
A few thoughts on mastiff/SRA-search-as-a-service moving forward - * we are likely to want to provide multiple databases / versions of databases down the road - in particular, real-time search...
Bumps [finch](https://github.com/onecodex/finch-rs) from 0.4.1 to 0.4.3. Release notes Sourced from finch's releases. Version 0.4.3 Minor release that includes new no_strict=False parameter in sketch_file() Python binding. Version 0.4.2 This is a...
Tackling https://github.com/sourmash-bio/sourmash/issues/1555 TODO: - [ ] provide column documentation for v5
I asked: >If I'm digging into performance issues in Python code (e.g. sourmash), what profiler(s) should I be using? thx! Luiz answered: >My default rec is py-spy and heaptrack: https://blog.luizirber.org/2020/01/10/sourmash-pr/...
Can't wait to try the new version! ``` $ mamba install sourmash # v4.5.0 $ sourmash -v Traceback (most recent call last): File "/home/shenwei/app/miniconda3/envs/kmcp/bin/sourmash", line 7, in from sourmash.__main__ import...
we're starting to develop more options for large-scale clustering of sketches over in https://github.com/sourmash-bio/sourmash/issues/2271 (GTDB and SRA scale, even!). one feature that's been requested and discussed in the [µbioinfo slack](https://microbial-bioinfo.slack.com)...
per conversation with @bluegenes, our similarity, avg, and max-containment based ANI values are symmetric, which seems like a strong advantage for matrix generation and analysis. this is not true for...
@mr-eyes has been working steadily on using kspider ([docs](https://dib-lab.github.io/kSpider/) and [repo](https://github.com/dib-lab/kspider)) to cluster many large collections of k-mers, and has achieved some impressive results. This issue is b/c I wanted...
(presumably v4.5.1 ;)) when releasing [v4.5.0](https://github.com/sourmash-bio/sourmash/issues/2241), I ran into a few problems - * it would be good to put the post-release checklist further up in the how-to-release doc *...