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
                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
              • 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

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 04-25-2024, 11:49 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-24-2024, 08:47 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              62 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              60 views
              0 likes
              Last Post seqadmin  
              Working...
              X