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

Recommend 1bp SEQ with QUAL="*" as quality-unavailable. #752

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

Commits on Jan 29, 2024

  1. Trivial: change type of non-breaking space in SAM spec.

    The use of \textsc{cr\>lf} breaks pdfTeX 3.14159265-2.6-1.40.18.
    Switching to \textsc{cr\,lf} cures it.  Visually they're almost
    identical and it's only a footnote anyway.
    jkbonfield committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2543789 View commit details
    Browse the repository at this point in the history
  2. Document SAM ambiguity of 1bp long seq with QUAL "*".

    "*" is either QUAL 9, or QUAL unavailable.  Made a recommendation in
    a footnote, mainly as an indication that the ambiguity exists.  In
    practice it's vanishingly unlikely to matter.
    
    Fixes samtools#715
    jkbonfield committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a8550ef View commit details
    Browse the repository at this point in the history