Conversation
…olumn for lingroup name
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## latest #3758 +/- ##
==========================================
- Coverage 88.19% 88.17% -0.02%
==========================================
Files 137 137
Lines 22552 22553 +1
Branches 2298 2298
==========================================
- Hits 19889 19887 -2
- Misses 2348 2351 +3
Partials 315 315
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@ctb ready for review |
ctb
approved these changes
Aug 5, 2025
Contributor
ctb
left a comment
There was a problem hiding this comment.
Seems good to me - downstream scripts can check for presence of header.
This was referenced Aug 7, 2025
ctb
added a commit
that referenced
this pull request
Aug 7, 2025
Major new features: * start writing v4->v5 migration docs (#3721) * adjust warnings around tax abund and provide v5 upgrades to `tax metagenome` (#3711) Minor new features: * try setting up --v4 and --v5 behavior differences for `sig check` (#3072) * update `sig manifest` default rebuilding behavior for v5. (#3074) * handle (ignore) empty taxids for `bioboxes` format (#3748) * improve summary_csv for lingroups (#3758) Cleanup and documentation updates: * use auto-generated database list (#3754) Developer updates: * CI: fix dependabot config syntax, and clippy beta lints (#3762) * CI: update to cibuildwheel 3.1.1 (#3738) * ci: group dependabot updates by language (#3749) * Remove docutils dep (#3769) * bump version to 4.9.4-dev (#3715) * disable WebAssembly builds, for now (#3724) Dependabot updates: * Build(ci): Bump actions/download-artifact from 4 to 5 (#3766) * Build(deps): Bump DeterminateSystems/nix-installer-action from 17 to 18 (#3727) * Build(deps): Bump DeterminateSystems/nix-installer-action from 18 to 19 (#3746) * Build(deps): Bump criterion from 0.6.0 to 0.7.0 (#3741) * Build(deps): Bump md5 from 0.7.0 to 0.8.0 (#3719) * Build(deps): Bump memmap2 from 0.9.5 to 0.9.7 (#3732) * Build(deps): Bump prefix-dev/setup-pixi from 0.8.10 to 0.8.11 (#3733) * Build(deps): Bump prefix-dev/setup-pixi from 0.8.11 to 0.8.14 (#3747) * Build(deps): Bump rand from 0.9.1 to 0.9.2 (#3743) * Build(deps): Bump serde_json from 1.0.140 to 1.0.141 (#3742) * [pre-commit.ci] pre-commit autoupdate (#3718) * [pre-commit.ci] pre-commit autoupdate (#3725) * [pre-commit.ci] pre-commit autoupdate (#3731) * [pre-commit.ci] pre-commit autoupdate (#3737) * [pre-commit.ci] pre-commit autoupdate (#3740) * [pre-commit.ci] pre-commit autoupdate (#3756)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
tax metagenomewith lins/lingroup: need to write LIN, not lingroup name #3757, needed for sankey plots from csv_summary w/ LINs and LINgroups #MRG: sankey modifications for LINs and LINgroups sourmash_plugin_betterplot#81ref: improve sourmash tax metagenome lingroup output #3361
summary_csv: revert to lingroup LIN in lineage column (change in MRG: when lingroups are provided, use them for
csv_summary#3311 introduced this ~bug)add lingroup column for lingroup name
NOTE: this PR adds the
lingroupcolumn to thecsv_summaryoutput fortax metagenomeONLY when we're using LINs and lingroups. I'm not sure this is the best approach, but I also don't want to add an empty useless column for everybody else? We could leave out the lingroup names, but then we're left with the LIN only, e.g.0;1;1;8;1;0rather than a nice, human-readable name (which is one of the key reasons to uselingroupfile).