C. Titus Brown

Results 1175 comments of C. Titus Brown

Still tracking this down. Not clear where things are going wrong 😆

note to self: integrate with https://github.com/sourmash-bio/sourmash/issues/3534

note to self: write some example code using `src/sourmash/manifest.py` to do the shuffling 😅

code & instructions in https://github.com/ctb/2025-sourmash-shuffle-manifest

> And/or can we output a picklist directly? ooh lovely idea!!!

> And/or can we output a picklist directly? funny story, it turns out that: ``` sourmash sig grep -i shewanella podar-ref.zip --no-sig --csv xxx.csv ``` outputs a manifest file `xxx.csv`...

in #3820 I'm adding aliases - `--no-sigs` for `--silent` `--save-picklist` for `--csv` and also `-l/--print-matched-names` for, well, print matching names!

a simple "if it's not loadable by screed, is it JSON-like?" might be enough here.

in line with #1078, maybe see if we can use a streaming JSON parser to evaluate the first few elements? I don't remember if we're doing any JSON parsing in...