Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • samtools fastq (bam2fq) producing non-paired reads

    Hello,

    I'm trying to produce 2 fastq files from a bam file with
    Code:
     samtools fastq -1 reads1.fastq -2 reads2.fastq
    but the resulting files don't have matching reads. Some reads in reads1 don't have pairs in reads2 and vice-versa. Is there a solution?

    Thanks.

  • #2
    Are you able to see both reads in the bam file? If it is a small file you could name sort and see if they are there.

    Comment


    • #3
      Hi GenoMax,

      bam is binary. I don't speak binary. Did you mean the sam file?

      Comment


      • #4
        Something along the lines of "samtools view your_bam". I have a feeling that you may have a file where the reads that did not map may have been discarded. I assume you got this file from someone else?

        If that is all you have to work with then you could repair the output files using repair.sh from BBMap like this:
        Code:
        $ repair.sh in1=r1.fq in2=r2.fq out1=fixed1.fq out2=fixed2.fq outsingle=singletons.fq

        Comment


        • #5
          You're exactly right; I used
          Code:
           samtools view -b -F4
          to exclude nonmapped reads. Can I tell it to remove both reads if one is removed, or do I have to Perl that up?

          Comment


          • #6
            Originally posted by antifolate View Post
            You're exactly right; I used
            Code:
             samtools view -b -F4
            to exclude nonmapped reads. Can I tell it to remove both reads if one is removed, or do I have to Perl that up?
            If you have the R1/R2 files then just use Brian's repair.sh program from BBMap like shown above.

            If you want to use samtools then see this thread: https://www.biostars.org/p/111481/ and then use your original command.

            Comment


            • #7
              Thanks GenoMax! This command worked for me:
              Code:
              samtools view -f 0x2 bamfile

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Current Approaches to Protein Sequencing
                by seqadmin


                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                04-04-2024, 04:25 PM
              • seqadmin
                Strategies for Sequencing Challenging Samples
                by seqadmin


                Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                03-22-2024, 06:39 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              30 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              32 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              28 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              53 views
              0 likes
              Last Post seqadmin  
              Working...
              X