sourmash icon indicating copy to clipboard operation
sourmash copied to clipboard

Quickly search, compare, and analyze genomic and metagenomic data sets.

Results 369 sourmash issues
Sort by recently updated
recently updated
newest added

We have a few different issues around adding `--from-file` to new commands, e.g. https://github.com/sourmash-bio/sourmash/issues/1631. As I was implementing #1657 for a different reason, though, I realized that pathlists and `--from-file`...

below, if `pathlist.txt` contains a path that cannot be loaded, sourmash tells us that `pathlist.txt` can't be loaded instead of complaining about the specific file. ``` % sourmash sig fileinfo...

we can force `sourmash` commands to load .sig/.sig.gz files from under a directory, and (with `-f`) we can ask sourmash to try to load other files that MIGHT be JSON...

I wrote a script that calculates the distribution of hashes in collections of genomes. one goal is to generate some statistics for what the pangenome overlap is between genomes. It's...

fyi

I think we should separate `query`, `signature` and `minhash` better around the codebase. It's all pretty entangled, but they are different things! - MinHash: the low-level minhash object. Specific k,...

5.0

If `FrozenSourmashSignature` https://github.com/sourmash-bio/sourmash/pull/1610 goes in, we'll have a de facto documentation of everywhere in the code base where we modify signatures and sketches. This touches on a bunch of things...

This is an update of & replacement for https://github.com/dib-lab/sourmash/issues/1072, which introduced the idea of a `database.select(...)` function. This issue is being updated after the release of sourmash 4.1. --- In...

currently, the file list returned by `load_file_list_of_signatures` is assumed to be relative to current working directory; an equally natural behavior would be to load relative paths based on the dirpath...

doc

Currently `sig.select_sketch` in Rust only return sketches that match exactly a template. But... If there is a `scaled=10` sketch and the template is `scaled=100`, the sketch can be downsampled. There...

enhancement
rust

WASI tests [are breaking](https://github.com/dib-lab/sourmash/runs/1415524508?check_suite_focus=true#step:5:5) in GitHub Actions due to changes on the [`add-path` command](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/). One way to fix is to check how the `wasmtime` CI [sets up](https://github.com/bytecodealliance/wasmtime-py/blob/784122b2e031baa2df10f6a1f025ecd85e3e5fc2/.github/workflows/main.yml#L47) the testing, and...

bug