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
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
18 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
22 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
17 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
48 views
0 likes
Last Post seqadmin  
Working...
X