Unconfigured Ad

Collapse
X
 
  • 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

  • SEQadmin2
    How Immunogenomics Decodes Immunity’s Genetic Blueprint
    by SEQadmin2




    The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

    This convergence of genetics, immunology, and computation...
    09-01-2026, 05:41 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 09-03-2026, 10:22 AM
0 responses
17 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 09-02-2026, 12:32 PM
0 responses
19 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-24-2026, 10:32 AM
0 responses
51 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-20-2026, 11:17 AM
0 responses
51 views
0 reactions
Last Post SEQadmin2  
Working...