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
              Best Practices for Single-Cell Sequencing Analysis
              by seqadmin



              While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
              Today, 07:15 AM
            • seqadmin
              Latest Developments in Precision Medicine
              by seqadmin



              Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

              Somatic Genomics
              “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
              05-24-2024, 01:16 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 08:18 AM
            0 responses
            8 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Today, 08:04 AM
            0 responses
            10 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-03-2024, 06:55 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-30-2024, 03:16 PM
            0 responses
            27 views
            0 likes
            Last Post seqadmin  
            Working...
            X