Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • floydian_slip
    Member
    • Jun 2012
    • 10

    Not report promiscuous reads in bowtie

    Hi,
    I was wondering if there is a way in bowtie to stop further alignment of short reads that have already mapped to more than a certain number of locations. Say I have a read that has aligned perfectly to 20 locations and I want bowtie to not align it further and stop processing it so that it does not waste any more time in trying to align these short promiscuous reads. Is there a way to do this in bowtie: not report/align reads that have aligned to more than say 10 locations?
    Or any quick tool afterwards to delete these reads from the sam file?
    thanks a lot in advance, any help will be greatly appreciated.
    Best
  • dariober
    Senior Member
    • May 2010
    • 311

    #2
    Hi- Isn't the -k option what your are looking for?
    From bowtie2 manual:

    -k <int>
    In this mode, bowtie2 searches for at most <int> distinct, valid alignments for each read. The search terminates when it can't find more distinct valid alignments, or when it finds <int>, whichever happens first. All alignments found are reported in descending order by alignment score. The alignment score for a paired-end alignment equals the sum of the alignment scores of the individual mates. Each reported read or pair alignment beyond the first has the SAM 'secondary' bit (which equals 256) set in its FLAGS field. For reads that have more than <int> distinct, valid alignments, bowtie2 does not gaurantee that the <int> alignments reported are the best possible in terms of alignment score. -k is mutually exclusive with -M and -a, and -M is the default.

    Note: Bowtie 2 is not particularly designed with large -k in mind, and when aligning reads to long, repetitive genomes large -k can be very, very slow.
    All the best
    Dario

    Comment

    • floydian_slip
      Member
      • Jun 2012
      • 10

      #3
      Thanks dariober, that works! thanks a lot!
      Best

      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
      27 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      38 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...