Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • DineshCyanam
    Compendia Bio
    • Oct 2010
    • 35

    TopHat err = -9

    I am trying to run my RNA-seq data in TopHat and I keep getting the below error. I have tried the latest 1.1.0 version and it gave me the same error. So I went back to 1.0.14 and I got output for 1 sample. Now using 1.0.14, I tried to run another sample but I am getting the same error.

    Code:
    tophat --num-threads 8 -r 80 --output-dir /home/dinesh/Samples/171/tophat_out_67625/ /home/dinesh/hg19/hg19 s_4_1_sequence.fq,s_7_1_sequence.fq s_4_2_sequence.fq,s_7_2_sequence.fq
    
    [Mon Oct 11 00:44:32 2010] Beginning TopHat run (v1.0.14)
    -----------------------------------------------
    [Mon Oct 11 00:44:32 2010] Preparing output location /home/dinesh/Samples/171/tophat_out_67625//
    [Mon Oct 11 00:44:32 2010] Checking for Bowtie index files
    [Mon Oct 11 00:44:32 2010] Checking for reference FASTA file
    [Mon Oct 11 00:44:32 2010] Checking for Bowtie
    	Bowtie version:		 0.12.7.0
    [Mon Oct 11 00:44:32 2010] Checking reads
    	seed length:	 60bp
    	format:		 fastq
    	quality scale:	 phred33 (default)
    [Mon Oct 11 01:20:03 2010] Mapping reads against hg19 with Bowtie
    [Mon Oct 11 01:56:26 2010] Joining segment hits
    	Splitting reads into 2 segments
    [Mon Oct 11 02:11:51 2010] Mapping reads against hg19 with Bowtie
    [Mon Oct 11 03:25:32 2010] Mapping reads against hg19 with Bowtie
    [Mon Oct 11 04:40:38 2010] Mapping reads against hg19 with Bowtie
    [Mon Oct 11 05:14:31 2010] Joining segment hits
    	Splitting reads into 2 segments
    [Mon Oct 11 05:30:01 2010] Mapping reads against hg19 with Bowtie
    [Mon Oct 11 06:39:51 2010] Mapping reads against hg19 with Bowtie
    [Mon Oct 11 07:45:55 2010] Searching for junctions via segment mapping
    	[FAILED]
    Error: segment-based junction search failed with err = -9
    I have also mailed Cole Trapnell the error and the log files and haven't heard from him yet. Any insight into this error is greatly appreciated.
  • plabaj
    Member
    • Oct 2010
    • 95

    #2
    I can only say that I have the same problem and no idea what is wrong


    [Sat Oct 9 18:42:58 2010] Beginning TopHat run (v1.1.0)
    -----------------------------------------------
    [Sat Oct 9 18:42:58 2010] Preparing output location 2_rep/
    [Sat Oct 9 18:42:58 2010] Checking for Bowtie index files
    [Sat Oct 9 18:42:58 2010] Checking for reference FASTA file
    [Sat Oct 9 18:42:58 2010] Checking for Bowtie
    Bowtie version: 0.12.7.0
    [Sat Oct 9 18:42:58 2010] Checking for Samtools
    Samtools version: 0.1.8.0
    [Sat Oct 9 18:43:00 2010] Checking reads
    min read length: 50bp, max read length: 50bp
    format: fasta
    [Sat Oct 9 21:39:25 2010] Mapping reads against hg19_c with Bowtie
    [Sun Oct 10 06:34:25 2010] Joining segment hits
    [Sun Oct 10 10:34:55 2010] Mapping reads against hg19_c with Bowtie(1/2)
    [Sun Oct 10 16:55:39 2010] Mapping reads against hg19_c with Bowtie(2/2)
    [Sun Oct 10 22:24:52 2010] Searching for junctions via segment mapping
    [FAILED]
    Error: segment-based junction search failed with err = -9

    Could it be some memory issue?
    I was running 3 instances on the one machine and now I can see that two others, which are still running, are using 28-30GB of RAM.
    Machine has only 72, so if the third instance came when two first have taken everything what they need it could happened that there was no more for the third one.

    I've currently restarted this instance on a separate machine.
    I'll let you know how it went.
    Pawel Labaj

    Comment

    • DineshCyanam
      Compendia Bio
      • Oct 2010
      • 35

      #3
      Well I am running just 1 instance of TopHat on our super computing cluster with 8 threads. So I don't think memory is a problem. Anyways I will talk to the sys ops and find out how much memory TopHat was using.

      But what I don't understand is that TopHat was designed to run on a normal desktop environment. Here is an excerpt from the paper "TopHat: discovering splice junctions with RNA-Seq" (PMID:19289445)
      The TopHat pipeline is much faster than previous systems, mapping nearly 2.2 million reads per CPU hour, which is sufficient to process an entire RNA-Seq experiment in less than a day on a standard desktop computer.
      Looking forward for your findings, Plabaj

      - Dinesh

      Comment

      • plabaj
        Member
        • Oct 2010
        • 95

        #4
        After restarting I haven't noticed such error any more.
        So I have no idea what was that.

        Best,
        Pawel Labaj
        Pawel Labaj

        Comment

        • DineshCyanam
          Compendia Bio
          • Oct 2010
          • 35

          #5
          Plabaj, Did you figure out what the problem was? I am still encountering the same error.

          Comment

          • plabaj
            Member
            • Oct 2010
            • 95

            #6
            Unfortunately not.
            Everything is working fine so far.
            Pawel Labaj

            Comment

            • zorph
              Member
              • May 2010
              • 40

              #7
              I seem to be having the same problem. Did you ever resolve this problem and if so, how?

              Thanks in advance.

              Comment

              • bcalder
                Junior Member
                • Sep 2008
                • 3

                #8
                This is a memory issue. Since we moved to doing Hiseq directional RNA-seq we've been having to reserve special nodes for processing these jobs (>32GB). And forget paired end... It gets to the segment_juncs step, goes single threaded and chews up all the memory.

                Hopefully the authors have become aware of the problem.

                Comment

                • milesgr
                  Member
                  • Jun 2010
                  • 34

                  #9
                  Has anyone resolved this issue with regards to paired-end colorspace data?

                  Comment

                  • diya
                    Member
                    • Nov 2010
                    • 11

                    #10
                    Error message while running tophat

                    Hi,

                    I am trying to run tophat for the RNA-Seq paired end data. I have the following error message


                    [Fri Feb 10 11:35:13 2012] Beginning TopHat run (v1.2.0)
                    -----------------------------------------------
                    [Fri Feb 10 11:35:13 2012] Preparing output location ./tophat_out/
                    [Fri Feb 10 11:35:13 2012] Checking for Bowtie index files
                    [Fri Feb 10 11:35:13 2012] Checking for reference FASTA file
                    [Fri Feb 10 11:35:13 2012] Checking for Bowtie
                    Bowtie version: 0.12.7.0
                    [Fri Feb 10 11:35:13 2012] Checking for Samtools
                    Samtools Version: 0.1.10
                    [Fri Feb 10 11:35:51 2012] Checking reads
                    min read length: 80bp, max read length: 80bp
                    format: fastq
                    quality scale: phred33 (default)
                    [Fri Feb 10 12:00:19 2012] Mapping reads against hg19 with Bowtie
                    [Fri Feb 10 13:43:36 2012] Joining segment hits
                    [Fri Feb 10 13:50:56 2012] Mapping reads against hg19 with Bowtie(1/3)
                    [Fri Feb 10 16:04:25 2012] Mapping reads against hg19 with Bowtie(2/3)
                    [Fri Feb 10 18:20:29 2012] Mapping reads against hg19 with Bowtie(3/3)
                    [Fri Feb 10 19:30:34 2012] Mapping reads against hg19 with Bowtie
                    [Fri Feb 10 21:18:30 2012] Joining segment hits
                    [Fri Feb 10 21:26:32 2012] Mapping reads against hg19 with Bowtie(1/3)
                    [Sat Feb 11 00:24:15 2012] Mapping reads against hg19 with Bowtie(2/3)
                    [Sat Feb 11 03:26:59 2012] Mapping reads against hg19 with Bowtie(3/3)
                    [Sat Feb 11 05:02:57 2012] Searching for junctions via segment mapping
                    [FAILED]
                    Error: segment-based junction search failed with err = -11


                    Any help on this is greatly appreciated

                    Comment

                    • DineshCyanam
                      Compendia Bio
                      • Oct 2010
                      • 35

                      #11
                      Hi Diya,
                      Can you please post the command that you are using to run Tophat. Also, the Tophat version you are using is 1.2.0 which is more than an year old and there have been lots of changes since then. Please use the latest version found at http://tophat.cbcb.umd.edu

                      Comment

                      Latest Articles

                      Collapse

                      • SEQadmin2
                        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                        by SEQadmin2



                        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                        ...
                        Yesterday, 11:10 AM
                      • SEQadmin2
                        Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                        by SEQadmin2



                        Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                        There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                        07-08-2026, 05:17 AM
                      • GATTACAT
                        Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                        by GATTACAT
                        Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                        07-01-2026, 11:43 AM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by SEQadmin2, Yesterday, 10:04 AM
                      0 responses
                      10 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-08-2026, 10:08 AM
                      0 responses
                      7 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-07-2026, 11:05 AM
                      0 responses
                      14 views
                      0 reactions
                      Last Post SEQadmin2  
                      Started by SEQadmin2, 07-02-2026, 11:08 AM
                      0 responses
                      31 views
                      0 reactions
                      Last Post SEQadmin2  
                      Working...