Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • TonyBrooks
    Senior Member
    • Jun 2009
    • 303

    Picard failure on NextSeq data

    So, we've just begun to run some of our new NextSeq data through our standard pipelines and hit a snag. bcl2fastq still gives us fastq by index, read and lane, so the eight files for every sample are zcat'd together into two and aligned using either STAR or tophat. The problems begin to happen when we use picard Mark Duplicates which seems to fail on certain samples.

    Code:
    Exception in thread "main" htsjdk.samtools.SAMException: Value was put into PairInfoMap more than once.  1: null:NS500195:9:H0MT4AGXX:1:11201:10896:15588
    	at htsjdk.samtools.CoordinateSortedPairInfoMap.ensureSequenceLoaded(CoordinateSortedPairInfoMap.java:132)
    	at htsjdk.samtools.CoordinateSortedPairInfoMap.remove(CoordinateSortedPairInfoMap.java:86)
    	at picard.sam.DiskReadEndsMap.remove(DiskReadEndsMap.java:63)
    	at picard.sam.MarkDuplicates.buildSortedReadEndLists(MarkDuplicates.java:434)
    	at picard.sam.MarkDuplicates.doWork(MarkDuplicates.java:177)
    	at picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:183)
    	at picard.sam.MarkDuplicates.main(MarkDuplicates.java:161)
    I've been trying to diagnose the problem and I think it may be related to samples having clusters with reads at the same XY co-ordinate, albeit on different lanes - although we've not had this problem on HiSeq rapid runs.
    If I rename the fastq headers to a rolling number using fastx_renamer -n COUNT and this "fixes" the problem although I now no longer have any info about optical duplicates.
    Has anyone else hit this problem?
  • mgogol
    Senior Member
    • Mar 2008
    • 197

    #2
    I'm just starting out with NextSeq data by installing bcl2fastq version 2. Haven't gotten as far as all that yet, but thanks for the heads up.

    Comment

    • TonyBrooks
      Senior Member
      • Jun 2009
      • 303

      #3
      I've spoken to Illumina tech support and they have pointed out a possible bug in bcl2fastq v2.

      "We identified a bug caused by thread handling that in certain cases caused errors in the order of reads such that R1 and R2 files were not in the same order. This is intermittent and may fit with your experience since it depends purely on the thread memory handling which can differ from run to run."

      I've re-created the fastq using a single thread. It obviously takes 8 times as long, but I'm not seeing the picard error this time. They've promised a new version with the bug fixed any day now, so keep your eyes open.

      Comment

      • cnicolet
        Member
        • Dec 2008
        • 35

        #4
        nextseq bcl2fastq

        this is a little off topic from the thread but seems related to some of the things both you guys are doing--do you have a slick way to zcat the bcl2fastq output correctly? I've been doing it "by hand" two files at a time

        Comment

        • TonyBrooks
          Senior Member
          • Jun 2009
          • 303

          #5
          Originally posted by cnicolet View Post
          this is a little off topic from the thread but seems related to some of the things both you guys are doing--do you have a slick way to zcat the bcl2fastq output correctly? I've been doing it "by hand" two files at a time
          I'm using a modified version of a script from Shingo Kikugawa
          It's single thread, so takes a while. It's still quicker than manual zcatting.

          I spoke to Illumina about this and a version of bcl2fastq is in the pipeline that will have a flag to stop lane splitting of fastq.
          Attached Files

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Nine Things a Sample Prep Scientist Thinks About Before Sequencing
            by SEQadmin2


            I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

            Here are nine questions we think about, in roughly the order they matter, before...
            06-18-2026, 07:11 AM
          • SEQadmin2
            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
            by SEQadmin2


            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
            ...
            06-02-2026, 10:05 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 06-26-2026, 11:10 AM
          0 responses
          12 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          48 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-09-2026, 11:58 AM
          0 responses
          106 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-05-2026, 10:09 AM
          0 responses
          125 views
          0 reactions
          Last Post SEQadmin2  
          Working...