Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • madsaan
    Member
    • Jan 2011
    • 26

    BWA - sampe max occurrences of a read for pairing

    Hello,

    Can anyone explain what the parameter -o means for sampe.According to BWA manual it says "A read with more occurrences will be treated as a single-end read.Reducing this parameter helps faster pairing".

    Does it mean uneven number of reads in the two input fastq files?How do you decide what parameter to use?

    Any help will be greatly appreciated.

    Thanks,
    Joji
  • dp05yk
    Member
    • Dec 2010
    • 66

    #2
    BWA determines the suffix array intervals for each read during the 'aln' stage. If you're allowing errors (bwa aln -n #oferrors), a read can have many suffix array intervals of varying lengths.

    The more (and larger) suffix array intervals a read has, the more work BWA has to go through during 'sampe' to pair it with its mate as there is a greater combinations of positions to consider for each mate... if the number of potential alignments exceeds the -o parameter (defaulted at 100 000), BWA just skips pairing altogether and leaves each mate aligned as if they were not mates at all in order to maintain an efficient alignment process.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    29 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    39 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    61 views
    0 reactions
    Last Post SEQadmin2  
    Working...