Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Bowtie Problem

    Hello All,

    I am trying to align some of the sequences by using Bowtie but I am getting an error which I am not able to figure out.


    hetal@hetal-laptop:/Desktop/bowtie-0.12.3$ ./bowtie -p 2 -k 40 -S -v 0 -a -t indexes/TAIR9INDEX -f ~/Desktop/Test1.fasta ~/Desktop/Test1.map
    Time loading forward index: 00:00:00
    terminate called after throwing an instance of 'std::bad_alloc'
    what(): std::bad_alloc
    Aborted


    Thank you,

  • #2
    it looks like you are running out of memory.

    Comment


    • #3
      Do you know how could I can solve this problem?

      Comment


      • #4
        lowering -k value should reduce the memory requirements. usually a value < 10 is more than sufficient.

        Comment


        • #5
          Thank you for your help. Looks like it is working for -k value < 10. But I have a question regarding this parameter. Does it affects the result in anyway?

          The manual says that -k value instructs Bowtie to report up to the given number of valid alignments.

          Thank you,

          Comment


          • #6
            well, if a read hits to more than 10 places, it is probably simple sequence (or very short read?) but with a mismatch of 0 as you have specified, i doubt you're losing any real alignments because of -k. you could run with -m 10 -- you may get a different result, but bowtie will report how many alignments it discarded because of that parameter which i think should give you an idea of the amount that were discarded when you ran with -k 10.

            Comment


            • #7
              When I am trying to run some file in Bowtie, I get the result something like this:

              bowtie$ bowtie -p 4 --solexa-quals -S -k 40 -v 0 indexes/tair9 ~/Desktop/A_080822.fq ~/Desktop/80822.sam
              # reads processed: 4791894
              # reads with at least one reported alignment: 3795532 (79.21%)
              # reads that failed to align: 996362 (20.79%)
              Reported 15026063 alignments to 1 output stream(s)

              But for some other seq files, -k 40 peramerter is not working and throwing memory allocation error. But when I gave -k 9 it results something like this:

              ./bowtie -p 2 -k 9 -S -v 0 -a -t indexes/TAIR9INDEX -f /R.fasta /media/BlackArmor\ Drive/R.map
              Time loading forward index: 00:00:00
              Time for 0-mismatch search: 00:00:50
              Time searching: 00:00:50
              Overall time: 00:00:50

              And when I look at the .map file for both this sample, the map file for the second one "R.map" looks kind of wearied.

              Please let me know if anyone has got the same problem or knows the solution to this problem.

              Thank you,

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Recent Developments in Metagenomics
                by seqadmin





                Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
                09-23-2024, 06:35 AM
              • 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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 10-02-2024, 04:51 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-01-2024, 07:10 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-30-2024, 08:33 AM
              0 responses
              25 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-26-2024, 12:57 PM
              0 responses
              18 views
              0 likes
              Last Post seqadmin  
              Working...
              X