Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • biofreak
    Member
    • Jun 2011
    • 44

    #1

    fastx_barcode_splitter

    I used fastx_barcode_splitter.pl to demultiplex the barcodes to generate separate fastq files. However the files still retain the barcodes (at the beginning of each sequence in my case) . I want to remove those before the alignment.
    First, is there an option in fastx_barcode_splitter.pl to remove the barcodes while splitting the file? if not, I tried using:
    fastx_trimmer -f 5 -l 50 -i input.fastq -o output.fastq
    it gives the following error:
    fastx_trimmer: Invalid quality score value (char '#' ord 35 quality value -29) on line 4

    I used python script python trimmer.py -f input.fastq -s 5 -e 50 > try.fastq
    but it trims every line (not just the sequence line) leading to wrong fastq format.

    please help.
    thanks
  • ilenk
    Junior Member
    • Apr 2012
    • 2

    #2
    Hi biofreak,
    I have exactly the same problem. Did you find any solution to the problem?

    Comment

    • jme
      Junior Member
      • Jan 2012
      • 7

      #3
      You need to offset the Q scores with the -Q33 option, so instead of

      fastx_trimmer -f 5 -l 50 -i input.fastq -o output.fastq

      try

      fastx_trimmer -Q33 -f 5 -l 50 -i input.fastq -o output.fastq

      I can't believe this isn't in their documentation, but it makes everything work!

      Comment

      • ilenk
        Junior Member
        • Apr 2012
        • 2

        #4
        thanks jme,
        but I should be more specific (and probably read the post carefully ;-) )
        My problem is:
        I want demultiplex illumina reads according to a set of 64 barcodes. I have stripped off the adapters from 3'. Subsequently I actually used sabre to demultiplex, and it worked smoothly. However, I'm unsure, whether the script retains the barcode or removes it. After looking into the fastx_barcode_splitter.pl code, I must conclude that barcode seqs are retained.
        as to your answer: my problem was not the qual settings, thanks anyway.

        Comment

        • jme
          Junior Member
          • Jan 2012
          • 7

          #5
          Sorry, my fault for skimming, just saw the error!

          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, 08-13-2026, 12:22 PM
          0 responses
          28 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-11-2026, 10:35 AM
          0 responses
          22 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-06-2026, 07:41 AM
          0 responses
          37 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 08-03-2026, 10:13 AM
          0 responses
          51 views
          0 reactions
          Last Post SEQadmin2  
          Working...