Seqanswers Leaderboard Ad

Collapse

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
    Latest Developments in Precision Medicine
    by seqadmin



    Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

    Somatic Genomics
    “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
    05-24-2024, 01:16 PM
  • seqadmin
    Recent Advances in Sequencing Analysis Tools
    by seqadmin


    The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
    05-06-2024, 07:48 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 05-24-2024, 07:15 AM
0 responses
16 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-23-2024, 10:28 AM
0 responses
18 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-23-2024, 07:35 AM
0 responses
22 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-22-2024, 02:06 PM
0 responses
10 views
0 likes
Last Post seqadmin  
Working...
X