Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fanli
    Senior Member
    • Jul 2014
    • 197

    #1

    n+1 cycles - how do you deal with it

    Per Illumina, we use n+1 cycles for n-bp read lengths (e.g. 2x151 cycles for 2x150bp reads). Out of curiosity, how do other sequencing providers typically handle that last +1 base? Do you:
    1) include the +1 base in your FASTQ output and let clients deal with it?
    2) trim after demultiplexing (e.g. using Trimmomatic)?
    3) mask during demultiplexing (e.g. using --use-bases-mask)
    4) other...?

    A bit of background, we use both MiSeq and Nextseq instruments, and have resorted to manually running bcl2fastq.
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    Here's an error-rate profile for 2x151bp Illumina reads from a HiSeq:



    Note how the error rate spikes at base 151. For all of our processing, I trim that last base.

    BBDuk has a flag "ftm", which stands for "force-trim modulo"; I generally run with "ftm=5". This will trim every read so that the length is equal to zero modulo 5. In other words, 76bp reads are trimmed to 75; 101 ->100; 151 -> 150; 251 -> 250; and 301 -> 300. It's convenient for an automated pipeline because it works regardless of the length, and if the reads come out as 2x150 instead of 2x151, then it won't trim them.

    "ftm" is applied before adapter-trimming, which increases the ability to detect adapter sequences, as there will be fewer mismatches on average.
    Attached Files

    Comment

    • fanli
      Senior Member
      • Jul 2014
      • 197

      #3
      Do you/clients/collaborators ever want the +1 base for any purpose? I guess I'd lean towards using bcl2fastq to drop it during demux..

      Comment

      • Brian Bushnell
        Super Moderator
        • Jan 2014
        • 2709

        #4
        The sooner you drop it, the more efficient, so dropping it during demux is ideal. There are always people who will want anything, but it will only cause them problems in analysis. I consider it an artifact of sequencing that is necessary to achieve length N reads. Just don't tell them about it, and give them 2x150bp reads when they order 2x150bp reads... problem solved.

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Today, 10:05 AM
        0 responses
        2 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-13-2026, 12:22 PM
        0 responses
        31 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-11-2026, 10:35 AM
        0 responses
        24 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 08-06-2026, 07:41 AM
        0 responses
        38 views
        0 reactions
        Last Post SEQadmin2  
        Working...