Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Trinity: option to increase bowtie memory allocation

    Hi all,
    I have pair-end data that I am currently analysing using Trinity.

    I am now running the following script provided by Trinity to estimate abundance:

    run_RSEM_align_n_estimate.pl --seqType fq --SS_lib_type RF --left seq1.fq --right seq2.fq --thread_count 16 --prefix /output/RSEM --transcripts Trinity.fasta

    and although I get all the output files, I get errors in the log:

    Warning: Exhausted best-first chunk memory for read X; skipping read
    (or around 11000 reads)

    # reads processed: 188565323
    # reads with at least one reported alignment: 82758840 (43.89%)
    # reads that failed to align: 105806483 (56.11%)
    Reported 225985477 paired-end alignments to 1 output stream(s)
    [bam_sort_core] merging from 335 files...


    From my understanding, you can play with the following setting in Bowtie (--chunkmbs) to increase memory requirements for alignment.

    But is there any possibility to do so using the perl script provided in Trinity (run_RSEM_align_n_estimate.pl)? Or should I analyse my data with RSEM directly, as it offers a --bowtie-chunkmbs option?

  • #2
    UPDATED:

    Go to the trinityrnaseq_r2013-02-05/trinity-plugins/rsem folder, find a script named "rsem-calculate-expression", open it with a text editor, at line 30, there is
    my $chunkMbs = 0;# 0 = use bowtie default
    , change the "0" to "200" or other integer, then save it. It means it add the --chunkmbs in the command when you run the
    run_RSEM_align_n_estimate.pl
    , I ran the script again after edit the script, it appeared like this:

    bowtie -q --phred33-quals -n 2 -e 99999999 -l 25 -I 1 -X 1000 --chunkmbs 200 -p 4 -a -m 200 -S TRANS -1 Ms-1-1_R1.fastq -2 Ms-1-1_R2.fastq | /Users/lzsph/scripts/trinityrnaseq_r2013-02-25/util/RSEM_util/../../trinity-plugins/rsem/sam/samtools view -S -b -o RSEM.temp/RSEM.bam -
    [samopen] SAM header is present: 192875 sequences.
    # reads processed: 20000000
    # reads with at least one reported alignment: 16275899 (81.38%)

    No warning message appeared.


    Before I edit the script mentioned above, I also found this QA here (http://sourceforge.net/mailarchive/f...tyrnaseq-users), they said re-run the program may solve this problem. But when I reran the perl script, still the same problem, maybe my personal computer has a lower RAM (Mid-2011 iMac, 8GB RAM). I also Googled a lot, so I want to add the --chunkmbs in the script.

    Hope it helps.

    Regards,
    -s
    Last edited by lzsph; 04-17-2013, 06:41 PM.

    Comment


    • #3
      Thanks lzsph,
      This fixed my problem.

      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, Today, 08:47 AM
      0 responses
      10 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      57 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      53 views
      0 likes
      Last Post seqadmin  
      Working...
      X