Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • nilshomer
    replied
    Originally posted by swbarnes2 View Post
    I'm pretty sure that bwa won't set the binary flag to indicate that. You can filter your .bam with samtools view for a minimum mapping quality, reads that map equally well to multiple places should have a mapping quality of 0.
    It does, download the latest code, and try "grep "0x100" *.c":
    bntseq.c: m_seqs = m_holes = 8; m_pac = 0x10000;
    bwt_gen.c:#define MIN_AVAILABLE_WORD 0x10000
    bwtsw2_aux.c: p->flag |= 0x10000;
    bwtsw2_aux.c: ksprintf(&str, "%s\t%d", ks->name, q->flag | (opt->multi_2nd && i? 0x100 : 0));
    The last line is key.

    Leave a comment:


  • swbarnes2
    replied
    I'm pretty sure that bwa won't set the binary flag to indicate that. You can filter your .bam with samtools view for a minimum mapping quality, reads that map equally well to multiple places should have a mapping quality of 0.

    Leave a comment:


  • nilshomer
    replied
    Originally posted by mathew View Post
    I ran bwasw and i noticed several reads which are aligning at more than one location nonspecifically. Which flag has to be used in samtools to get unique alignment if I am working with while mouse genome and single read alignments. Thanks.
    Could you post the given records? I would assume you want the "primary" alignment flag.

    Also, could you please be more descriptive in your subject name. I would guess that is why you aren't getting any responses besides me!

    Leave a comment:


  • mathew
    started a topic Samtools

    Samtools

    I ran bwasw and i noticed several reads which are aligning at more than one location nonspecifically. Which flag has to be used in samtools to get unique alignment if I am working with while mouse genome and single read alignments. Thanks.

Latest Articles

Collapse

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 06-09-2026, 11:58 AM
0 responses
30 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-05-2026, 10:09 AM
0 responses
38 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-04-2026, 08:59 AM
0 responses
43 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 06-02-2026, 12:03 PM
0 responses
64 views
0 reactions
Last Post SEQadmin2  
Working...