Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • danbrami
    Junior Member
    • Nov 2009
    • 6

    Help me find a trimmer

    Hi folks,

    I need a command line trimmer that will handle a seq/qual pair or ab1 file (for sanger reads obviously).
    I have tried Lucy and unfortunately, I found:
    - it did not trim the resulting sequence, only given the clear range positions in header
    -was not aggressive enough in removing low quality, ambiguous and vector contaminants.

    I am trying TrimSeq but I am not sure it will do the job (I only want to look fo a specific vector, not a slew of them nor contaminants)

    Ideally, you would direct to something like an emboss tool that does what i want quickly.

    What do you folks use?

    Thanks!

    daniel
  • simonandrews
    Simon Andrews
    • May 2009
    • 870

    #2
    The trimmers for Sanger data generally didn't create modified versions of the file, since the ab1/scf etc files were pretty big binary files and it didn't make much sense to duplicate them. The more usual approach was what you mentioned which was to simply write out the range of usable sequence into a separate configuration file which was then read by the assembler to show which parts of the sequence to use. This also had the advantage that since the trimmed sequence was only masked you could always bring it back later on if it proved to be useful in your alignment.

    For this kind of stuff we still use the pregap program which is part of the staden suite. This has all of the options you need for trimming either poor quality sequence or vector and if you want it can write out the good quality sequence to a fasta file (but not to a trace file) if you're not intending to take the sequences forward for assembly.

    Comment

    • Himalaya
      Member
      • Jun 2010
      • 38

      #3
      Originally posted by danbrami View Post
      Hi folks,

      I need a command line trimmer that will handle a seq/qual pair or ab1 file (for sanger reads obviously).
      I have tried Lucy and unfortunately, I found:
      - it did not trim the resulting sequence, only given the clear range positions in header
      -was not aggressive enough in removing low quality, ambiguous and vector contaminants.

      I am trying TrimSeq but I am not sure it will do the job (I only want to look fo a specific vector, not a slew of them nor contaminants)

      Ideally, you would direct to something like an emboss tool that does what i want quickly.

      What do you folks use?

      Thanks!

      daniel
      Try QTrim (hiv.sanbi.ac.za/software/qtrim)
      It is python script and is commandline. It only does quality trimming and gives you the clean reads. No any vector trimming or adaptor trimming. Input files must be fastq file or fasta/qual files combined. The quality score should be PHRED score based. The command I tried was:
      python qtrim.py -fastq myfastqfile -m 30 -l 50 -o myoutputfile

      Comment

      • carmeyeii
        Senior Member
        • Mar 2011
        • 137

        #4
        Himalaya,

        I don't quite understand ehat the INTERCRAP parameter in the Qtrim script is for. Do you?

        Thanks,
        Carmen

        Comment

        • Himalaya
          Member
          • Jun 2010
          • 38

          #5
          Originally posted by carmeyeii View Post
          Himalaya,

          I don't quite understand ehat the INTERCRAP parameter in the Qtrim script is for. Do you?

          Thanks,
          Carmen
          Carmen
          Sorry i don't get which parameter you saying about. It works so easy for me. If you input file has 454 short reads in fastq format, the command i posted earlier works easily for you as well. Let me know for any help if you struggling.

          Himalaya

          Comment

          • a_mt
            Member
            • Jul 2012
            • 34

            #6
            how about NGS QC Toolkit.


            Implemented in perl.

            Comment

            • Himalaya
              Member
              • Jun 2010
              • 38

              #7
              Originally posted by a_mt View Post
              how about NGS QC Toolkit.


              Implemented in perl.
              Please check the NGS QC toolkit paper (http://www.plosone.org/article/info:...l.pone.0030619). The QC steps are clear in it. Depending upon your sequence reads and trimming requirement, you should be able to decide whether NGS QC toolkit is good enough for trimming or not. NGS QC is not my choice. You can also run the same sequence file into different quality trimming programs to know which one is performing better quality control in terms of number of sequences output, average read length of the output reads and also the number of bases with quality score below your threshold.

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                by SEQadmin2



                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                ...
                07-09-2026, 11:10 AM
              • SEQadmin2
                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                by SEQadmin2



                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                07-08-2026, 05:17 AM
              • GATTACAT
                Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by GATTACAT
                Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                07-01-2026, 11:43 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, 07-13-2026, 10:26 AM
              0 responses
              24 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-09-2026, 10:04 AM
              0 responses
              34 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-08-2026, 10:08 AM
              0 responses
              21 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-07-2026, 11:05 AM
              0 responses
              34 views
              0 reactions
              Last Post SEQadmin2  
              Working...