Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Building indexes with bowtie-build

    Hello, I am currently trying to align two closely related genomes from multiple sequence fasta files. I have a target genome which is made of 1168 sequences in a single fasta file and I wish to use this to build indexes. Initially I did this with the command "bowtie-build target_file.fa t_index". This ran in a reasonable amount of time and produced 6 index files: t_index.1.ebwt, t_index.2.ebwt, t_index.3.ebwt, t_index.4.ebwt, t_index.rev.1.ebwt, t_index.rev.2.ebwt.
    I then ran the command "bowtie t_index -f -t -p4 -l 13 ../PATH/TO/QUERY output.map" to run an alignment, where QUERY is also a multiple sequence fasta file where each sequence length is <= 1024 bases. My output was not what I was expecting; I got only 5.03% alignment when I was expecting over 90%. This lead my to wonder whether or not indexes had been created correctly. Is bowtie-build able to take a multisequence fasta file? Maybe each index file was being overwritten by each following sequence in the target file? I tweaked some parameters and was still not able to get over 6% alignment.

  • #2
    Self alignment

    I tested the indexes by running them against the sequences they were created from and only got 67% alignment so this leads me to further doubt the indexes obtained. Has anyone else had similar problems?

    Comment


    • #3
      I have successfully built the index from multiple sequences in a fasta file and the mapping results seem all right. I guess the problem you encountered is because of the length of the sequence you queried. Such kind of NGS mapping tools is mainly designed for short read alignment.
      Xi Wang

      Comment


      • #4
        I've heard of bowtie, but have not a try yet.

        Comment


        • #5
          For the read lengths you are working with, you are probably better off using a different alignment tool. BWA has an alignment option that specifically accommodates longer read lengths (bwasw). http://bio-bwa.sourceforge.net/

          Originally posted by bre View Post
          I tested the indexes by running them against the sequences they were created from and only got 67% alignment so this leads me to further doubt the indexes obtained. Has anyone else had similar problems?

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Understanding Genetic Influence on Infectious Disease
            by seqadmin




            During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

            Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
            09-09-2024, 10:59 AM
          • seqadmin
            Addressing Off-Target Effects in CRISPR Technologies
            by seqadmin






            The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...
            08-27-2024, 04:44 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 06:25 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, Yesterday, 01:02 PM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-18-2024, 06:39 AM
          0 responses
          14 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-11-2024, 02:44 PM
          0 responses
          14 views
          0 likes
          Last Post seqadmin  
          Working...
          X