Conversation
karasikov
reviewed
Oct 25, 2025
Member
|
It would be good to have some Usage commands, how to run this. |
karasikov
reviewed
Oct 25, 2025
karasikov
reviewed
Oct 25, 2025
karasikov
reviewed
Oct 25, 2025
karasikov
reviewed
Oct 25, 2025
2f123fb to
91a3971
Compare
d7c4abf to
83ece26
Compare
Member
|
Stats are printed in this format: |
adamant-pwn
reviewed
Jan 3, 2026
Contributor
adamant-pwn
left a comment
There was a problem hiding this comment.
Overall looks good. Some comments so far.
adamant-pwn
approved these changes
Jan 8, 2026
Contributor
adamant-pwn
left a comment
There was a problem hiding this comment.
Looks good to me, except one misaligned (?) indentation (see comment).
karasikov
added a commit
that referenced
this pull request
Jan 10, 2026
…inate to an accession (#549) * use k-mer coordinates to decode accession IDs when labels represent chunks/files * print warning if no CoordToHeader mapping (.seqs file) was found for coordinate annotations * print num accessions in server stats when the mapping is active * added coord-to-header tests * hide query mode `labels` (labels without label counts) by default; shown with flag --advanced --------- Co-authored-by: Harun Mustafa <hmusta@users.noreply.github.com> Co-authored-by: Mikhail Karasikov <karasikov@users.noreply.github.com>
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.
An extension to automatically transform query results from column-based to accession/header-based labels
Usage:
1. Construction
After constructing a coordinate-aware annotation, run another annotation step with flags
--anno-filename --index-header-coordsto index the headers and construct the CoordToHeader mapping:2. Query
When the CoordToHeader (.seqs) index is constructed (e.g.,
annotation.row_diff_brwt_coord.annodbg+annotation.seqs), the mapping is done automatically for the usual query command, e.g.,To disable the mapping and report the original file-based coordinates/counts/labels, pass flag
--no-coord-mapping.