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
    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...
    Today, 07:48 AM
  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 07:17 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-02-2024, 08:06 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-30-2024, 12:17 PM
0 responses
20 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-29-2024, 10:49 AM
0 responses
28 views
0 likes
Last Post seqadmin  
Working...
X