Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • rsem-calculate-expression takes very long with paired-end reads (using bowtie2)

    I am want to use RSEM for transcript quantification. I have paired-end Illumina 1.5 encoded fastq files, a genome file, and a gtf file from Ensembl.
    First I used rsem-prepare-reference:


    rsem-prepare-reference --gtf myGTF.gtf \
    --bowtie2 \
    --bowtie2-path /my/path/bowtie2-2.2.3 \
    myGenome.fa \
    ./prepREF_bowtie2


    This works well (as far as I can tell) --- computation time: ~5min.
    Then I want to use rsem-calculate-expression:

    rsem-calculate-expression --phred64-quals \
    -p 10 \
    --time \
    --bowtie2 \
    --bowtie2-path /my/path/bowtie2-2.2.3 \
    --paired-end \
    ../RNA_reads/sample1_1.fq \
    ../RNA_reads/sample1_2.fq \
    ./prepREF_bowtie2 \
    ./Sample1_rsem


    I use a linux cluster with 10 CPUs and 10 GB memory. However all the output I get is the bowtie2 command line. I aborted the calculation after 30 hours. Why is this taking so long?
    (Using bowtie instead of bowtie2 seems to work: at least I am getting rsem-parse-alignments outputs. However bowtie was only able to align ~50% of the reads and I got some "Warning: Exhausted best-first chunk memory for read" warnings).
    What am I doing wrong?

Latest Articles

Collapse

  • 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
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
31 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
33 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
28 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
53 views
0 likes
Last Post seqadmin  
Working...
X