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

Attempt to fix issue #59 #61

Merged
merged 4 commits into from
Jul 15, 2024
Merged

Attempt to fix issue #59 #61

merged 4 commits into from
Jul 15, 2024

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    aec8fae View commit details
    Browse the repository at this point in the history
  2. src/StreamReader.cpp: adding functions to reverse-complement the sequ…

    …ence within a BAM record (bam1_t) and to reverse the quality scores in a record.
    andrewdavidsmith committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9f6f4b9 View commit details
    Browse the repository at this point in the history
  3. src/StreamReader.cpp: in the read_entry function for BamReader, as so…

    …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.
    andrewdavidsmith committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    32cdef3 View commit details
    Browse the repository at this point in the history
  4. src/StreamReader.cpp: Removing an old debug print statement that was …

    …left in and fixing code formatting
    andrewdavidsmith committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    90195eb View commit details
    Browse the repository at this point in the history