Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SAM-style flags to be passed through to output from FASTQ comments #4451

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

jeizenga
Copy link
Contributor

Changelog Entry

To be copied to the draft changelog by merger:

  • vg map, vg mpmap, and vg giraffe can now annotate output with SAM-style flags from FASTQ comments with --comments-as-tags

Description

Resolves #4370.

The tags get stored in the annotation field of the GAM and then interpreted in the BAM and GAF output.

I ended up not pulling in the full up-to-date master branch of libvgio because there's a recent PR in there that introduced a progress option, which leads to all sorts of crashes in the integration tests. I don't exactly know what's causing it, but @adamnovak might want to take a look.

@jeizenga jeizenga changed the title Allow SAM-style flags to be passed through Allow SAM-style flags to be passed through to output Nov 23, 2024
@jeizenga jeizenga changed the title Allow SAM-style flags to be passed through to output Allow SAM-style flags to be passed through to output from FASTQ comments Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any option like BWA MEM '-C'?
2 participants