Announcement

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

  • bwa mem does not find all alignments found by bowtie in multi-hit mode

    I generated a set of simulated reads from one microbial reference genome and would like to find all alignments of these reads against a large set of genomes. I ran
    Code:
    bwa mem -a
    using an combined index generated from a set of genomes, which included the genome from which i simulated my reads (let's call it A) and many other genomes. The SAM output had alignments for all reads, but for some reads there were no alignments against A, which was not the case for
    Code:
    bowtie2 -a
    or even BLAST.

    In narrowing down the problem, I found that if I made a BWA index using A alone (no other genomes), I got alignments for all reads against A. This was also true if the index had A + 9 other genomes, and A + 99 other genomes. But with A + 999 other genomes, some of the reads were not aligned to A though they were aligned to other genomes. I have tried various command line parameters to lower the alignment "stringency", even using
    Code:
    bwa mem -a -k10 -d 10000 -c 1000000 -B 0 -O 0 -E 0 -L 0
    , but to no avail.

    I was under the impression that the -a parameter would give me all alignments of a certain quality against all genomes in the index. bowtie2 appears to do so, but not BWA. Does anyone know why? Am I missing some command line parameter? Or perhaps a new branch of code? Or is this a property of BWA?

    Thanks!

Latest Articles

Collapse

  • seqadmin
    Advanced Methods for the Detection of Infectious Disease
    by seqadmin




    The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
    ...
    11-27-2023, 01:15 PM
  • seqadmin
    Strategies for Investigating the Microbiome
    by seqadmin




    Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
    11-09-2023, 07:02 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 11-27-2023, 08:12 AM
0 responses
15 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-22-2023, 09:29 AM
1 response
53 views
0 likes
Last Post VilliamPast  
Started by seqadmin, 11-22-2023, 08:53 AM
0 responses
64 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-21-2023, 08:24 AM
0 responses
32 views
0 likes
Last Post seqadmin  
Working...
X