Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    The code in savR doesn't seem to support version 6 from what I can see (https://github.com/Bioconductor-mirr...savR-methods.R) although it seems to support v5.

    FWIW, here's the format for V6 (very similar to v5 as described in https://tracker.tgac.ac.uk/browse/MISO-138):


    byte 0: file version number (6)
    byte 1: length of each record
    byte 2: quality score binning (byte flag representing if binning was on), if (byte 2 == 1) // quality score binning on
    byte 3: number of quality score bins, B
    bytes 4 - (4+B-1): lower boundary of quality score bins
    bytes (4+B) - (4+2*B-1): upper boundary of quality score bins
    bytes (4+2*B) - (4+3*B-1): remapped scores of quality score bins (QRemapped)
    The remaining bytes are for the records, with each record in this format:
    2 bytes: lane number (uint16)
    2 bytes: tile number (uint16)
    2 bytes: cycle number (uint16)
    4 x B bytes: number of clusters assigned score (uint32) (QRemapped)


    For the MiniSeq, B = 7.

    Comment


    • #17
      Here's the original github repository that people can make PRs against and issues for.

      Comment


      • #18
        Originally posted by alito View Post
        The code in savR doesn't seem to support version 6 from what I can see (https://github.com/Bioconductor-mirr...savR-methods.R) although it seems to support v5.

        FWIW, here's the format for V6 (very similar to v5 as described in https://tracker.tgac.ac.uk/browse/MISO-138):


        byte 0: file version number (6)
        byte 1: length of each record
        byte 2: quality score binning (byte flag representing if binning was on), if (byte 2 == 1) // quality score binning on
        byte 3: number of quality score bins, B
        bytes 4 - (4+B-1): lower boundary of quality score bins
        bytes (4+B) - (4+2*B-1): upper boundary of quality score bins
        bytes (4+2*B) - (4+3*B-1): remapped scores of quality score bins (QRemapped)
        The remaining bytes are for the records, with each record in this format:
        2 bytes: lane number (uint16)
        2 bytes: tile number (uint16)
        2 bytes: cycle number (uint16)
        4 x B bytes: number of clusters assigned score (uint32) (QRemapped)


        For the MiniSeq, B = 7.
        SavR definitely supports version 6- I'm the one that wrote the code to support it. Here's the commit that added support: https://github.com/bcalder/savR/comm...506336250cec1c

        Comment

        Latest Articles

        Collapse

        • seqadmin
          New Genomics Tools and Methods Shared at AGBT 2025
          by seqadmin


          This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

          The Headliner
          The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
          03-03-2025, 01:39 PM
        • seqadmin
          Investigating the Gut Microbiome Through Diet and Spatial Biology
          by seqadmin




          The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
          02-24-2025, 06:31 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 12:50 PM
        0 responses
        9 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-03-2025, 01:15 PM
        0 responses
        181 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-28-2025, 12:58 PM
        0 responses
        275 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 02-24-2025, 02:48 PM
        0 responses
        663 views
        0 likes
        Last Post seqadmin  
        Working...
        X