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
            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
          • 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, Yesterday, 06:57 AM
          0 responses
          11 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          16 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
          24 views
          0 likes
          Last Post seqadmin  
          Working...
          X