Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Trinity segmentation fault

    Hi there,

    I would like to use the transcript assembler Trinity to assemble RNAseq data while using a reference genome as a guide. I aligned my reads on the reference genome with Tophat, sorted the obtained bam file and then used the following command:

    Code:
    ~/Software/Trinityrnaseq-v2.6.6/Trinity --genome_guided_bam accepted_hits_sorted.bam --genome_guided_max_intron 32000 --max_memory 10G --CPU 10 &
    The command returns a Segmentation fault error without any further details
    Can someone help me with this please?
    thanks!

  • #2
    That 10G is a guide (I assume you took that from the example command line). What size is your BAM file? You may need to assign more RAM for this job.

    Comment


    • #3
      Originally posted by GenoMax View Post
      That 10G is a guide (I assume you took that from the example command line). What size is your BAM file? You may need to assign more RAM for this job.
      Hi there,

      thanks for your e-mail. I do not think it is a matter of amount of memory. The bam file is under 100 Mb, very small actually. Also Trinity version I am using is the latest. I really can not understand what is going on. Any ideas?
      thanks a lot

      Comment


      • #4
        Have you run trinity with other data successfully? if not test it with something else. Did you compile the program yourself?

        Comment


        • #5
          Yes it returns a segmentation fault also with other paired end data. I compiled directly with the make command as stated in the manual. It fails also if I provide only arguments --left and --right.
          Actually I just checked the installation with make test_trinity and this failed with the following message

          Code:
          #######################################################
          ##  Run Trinity to Generate Transcriptome Assemblies ##
          #######################################################
          
          ../../Trinity --seqType fq --max_memory 2G \
                        --left reads.left.fq.gz \
                        --right reads.right.fq.gz \
                        --SS_lib_type RF \
                        --CPU 4 
          ./runMe.sh: line 11: 42124 Segmentation fault      ../../Trinity --seqType fq --max_memory 2G --left reads.left.fq.gz --right reads.right.fq.gz --SS_lib_type RF --CPU 4
          make[1]: *** [test] Error 139
          make[1]: Leaving directory 
          make: *** [test_trinity] Error 2

          thanks

          Comment


          • #6
            Ok. So it is your compiler that may be the problem. What version of GCC did you use to compile this? You may need to use a newer version.

            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
            11 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
            59 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            54 views
            0 likes
            Last Post seqadmin  
            Working...
            X