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

Remove progress bar for BAM input #62

Merged
merged 5 commits into from
Jul 15, 2024
Merged

Conversation

andrewdavidsmith
Copy link
Collaborator

The reason to do this is that we do not have the ability to easily monitor progress within a BAM file while reading from it. The solution is just to check the template parameter and force quiet mode if it's a BamReader

…ence within a BAM record (bam1_t) and to reverse the quality scores in a record.
…on as a BAM record (bam1_t) is read, if it is marked as reversed with the bam_is_rev function declared in sam.h, the sequence is reverse complemented, the quality scores are reversed, and the record itself is marked as not reversed.
…se we can't monitor progress currently in that format
@andrewdavidsmith andrewdavidsmith merged commit 1f46ff4 into master Jul 15, 2024
1 check failed
@andrewdavidsmith andrewdavidsmith deleted the no-progress-bar-for-bam branch July 15, 2024 02:52
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.

None yet

1 participant