Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ytmnd85
    Member
    • Apr 2009
    • 10

    Cuffdiff - ouput problem

    I am attempting to use cuffdiff to do a comparison analysis of various yeast transcriptome samples. I have processed the reads via Tophat and compiled transcripts via Cufflinks. I would like to use Cuffdiff to generate a comparison between samples so that I can start compiling which genes are differentially expressed. I have attempted to run Cuffdiff several times, but I keep getting the same "segmentation fault" error. Here is an example of my input:

    $ cuffdiff ../ethanol/transcripts.gtf ~/RNA_Seq/Yeast/reads_for_comp/tophat_output/ethanol/accepted_hits_e.sam ~/RNA_Seq/Yeast/reads_for_comp/tophat_output/glucose/accepted_hits_g.sam

    I quickly get the following output:

    Segmentation fault (core dumped)

    Does anyone have any experience with this type of error arising from Cuffdiff, and any suggestions as to how I can correct this?

    Thanks in advance for your help.
  • blackgore
    Member
    • Sep 2009
    • 20

    #2
    I don't have a solution, but I do have the same problem..though not always.

    I used tophat and cufflinks with no problems on a total of 7 different samples. running cuffdiff on two particular samples threw the segmentation fault back at me, but worked fine for other samples. Other than the source organism (it worked for mammal, failed for insect), there was no difference in the way that these samples were prepared or analysed up to that point.

    Comment

    • nicolallias
      Member
      • Jan 2010
      • 23

      #3
      cuffdiff v0.9.3 seg. fault

      Hello everyone,
      I've found another way (maybe linked with your problem) to get the "Segmentation fault":
      Code:
      cuffdiff  -o ./ input.gtf input1.bam input2.bam
      works fine, but
      Code:
      cuffdiff  -o ./another_directory input.gtf input1.bam input2.bam
      causes the "Segmentation fault"

      The "another_directory is visible and I've the rigth to write in... But I can't reproduce it on any directories (sometimes it works) :-?
      I'm using the current version, v0.9.3
      Anyone has the same problem ?
      Last edited by nicolallias; 02-25-2011, 06:28 AM.

      Comment

      • pasta
        Member
        • Jan 2011
        • 27

        #4
        Cuffdiff is a great tool but I stopped using it -> too many bugs

        Comment

        • Aurelien Mazurie
          Member
          • Feb 2011
          • 15

          #5
          Originally posted by pasta View Post
          Cuffdiff is a great tool but I stopped using it -> too many bugs
          Do you know of a good alternative?

          Comment

          • fongchun
            Member
            • May 2011
            • 55

            #6
            Originally posted by nicolallias View Post
            Hello everyone,
            I've found another way (maybe linked with your problem) to get the "Segmentation fault":
            Code:
            cuffdiff  -o ./ input.gtf input1.bam input2.bam
            works fine, but
            Code:
            cuffdiff  -o ./another_directory input.gtf input1.bam input2.bam
            causes the "Segmentation fault"

            The "another_directory is visible and I've the rigth to write in... But I can't reproduce it on any directories (sometimes it works) :-?
            I'm using the current version, v0.9.3
            Anyone has the same problem ?
            This is actually exactly the same problem I was facing until I read your post. It appears that specifying an outdir other than the current directory caused a segmentation fault. So strange.

            Comment

            • flobpf
              Member
              • Apr 2010
              • 76

              #7
              Dont specify output directory

              Originally posted by fongchun View Post
              This is actually exactly the same problem I was facing until I read your post. It appears that specifying an outdir other than the current directory caused a segmentation fault. So strange.
              I had the segmentation fault despite specifying the same outdir as the current directory. However, if you DO NOT specify the output directory, the segmentation fault goes away. Cuffdiff is working for me now. Strange.

              Comment

              • vineeth_s
                Junior Member
                • Jun 2011
                • 9

                #8
                Originally posted by Aurelien Mazurie View Post
                Do you know of a good alternative?
                Two alternatives exist:

                1. Use HTSeq followed by DESeq : you must note though that there is a significant difference between how cufflinks/cuffdiff and HTSeq/DESeq look at mapping for quantification, there is an enlightening discussion here cufflinks/cuffdiff - HTSeq/DESeq debate

                2. There is RSEQTools from the Gerstein lab, this I have not used personally, but the sequencing center attached to where I work base their RNA-Seq analysis pipeline on RSEQTools.

                Vineeth

                Comment

                • vineeth_s
                  Junior Member
                  • Jun 2011
                  • 9

                  #9
                  Addendum

                  Originally posted by vineeth_s View Post
                  Two alternatives exist:

                  there is an enlightening discussion here cufflinks/cuffdiff - HTSeq/DESeq debate
                  As that thread has quite many extraneous posts, follow the conversation between Lior Pachter (lpachter) and Simon Anders

                  Comment

                  • fongchun
                    Member
                    • May 2011
                    • 55

                    #10
                    Originally posted by flobpf View Post
                    I had the segmentation fault despite specifying the same outdir as the current directory. However, if you DO NOT specify the output directory, the segmentation fault goes away. Cuffdiff is working for me now. Strange.
                    You are right. I specified -o ./cuffdiff_output and it gave me a segmentation fault halfway into the execution. It seems that the only surefire way of not crashing is to NOT specify any output directory.

                    Comment

                    • poisson200
                      Member
                      • Feb 2010
                      • 63

                      #11
                      Hi All,
                      If you don't know already, you can submit your cuffdiff problems to [email protected]

                      Comment

                      • DZhang
                        Senior Member
                        • Jun 2010
                        • 177

                        #12
                        Hi All,

                        Besides poisson200's suggestion, please make sure you are using the latest version to see if it helps. I know this package is under active development.

                        To me personally, different programs generate different numbers (F/R PKM), which must be unified down the road. It is not good for the science.

                        Douglas

                        Comment

                        • selen
                          Junior Member
                          • Dec 2010
                          • 9

                          #13
                          Originally posted by flobpf View Post
                          I had the segmentation fault despite specifying the same outdir as the current directory. However, if you DO NOT specify the output directory, the segmentation fault goes away. Cuffdiff is working for me now. Strange.
                          I'm glad you all figured it out. I had the same problem and now it works with "-o ./" setting..Thanks!!!!

                          Comment

                          Latest Articles

                          Collapse

                          • SEQadmin2
                            From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                            by SEQadmin2


                            Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                            The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                            ...
                            06-02-2026, 10:05 AM
                          • SEQadmin2
                            Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
                            by SEQadmin2


                            With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


                            Introduction

                            Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
                            05-22-2026, 06:42 AM
                          • SEQadmin2
                            Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
                            by SEQadmin2

                            Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


                            Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
                            05-06-2026, 09:04 AM

                          ad_right_rmr

                          Collapse

                          News

                          Collapse

                          Topics Statistics Last Post
                          Started by SEQadmin2, 06-02-2026, 12:03 PM
                          0 responses
                          19 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 06-02-2026, 11:40 AM
                          0 responses
                          14 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 05-28-2026, 11:40 AM
                          0 responses
                          29 views
                          0 reactions
                          Last Post SEQadmin2  
                          Started by SEQadmin2, 05-26-2026, 10:12 AM
                          0 responses
                          31 views
                          0 reactions
                          Last Post SEQadmin2  
                          Working...