Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lynn012
    Junior Member
    • Sep 2010
    • 9

    Tophat for single end reads

    Hello,
    I test tophat on the test data set, it runs correctly.
    But when I run tophat with my single end RNA sequences, tophat_out file only contains logs and tmp, which doesn't have accepted_hits.sam, junctions.bed, insertions.bed and deletions.bed. I don't know why and where is my error.
    ps: I just use default parameters.(tophat a_ref a.fq)
    Thanks for your help!!!
    Last edited by lynn012; 03-30-2011, 11:20 PM.
  • Camg
    Member
    • Jan 2011
    • 21

    #2
    Did you create an index of you reference sequence using bowtie-build?
    Do you get an error message when Tophat runs? If so, what does it say?

    Comment

    • lynn012
      Junior Member
      • Sep 2010
      • 9

      #3
      Camg, I have created an index of my reference sequence, and Tophat runs without a hitch.
      The only problem is the result. Tophat_out file contains 'tmp' file besides 'logs', which includes left_kept_reads.fq,left_kept_reads_missing.fq and so on. However there isn't accepted_hits.sam.

      Comment

      • Camg
        Member
        • Jan 2011
        • 21

        #4
        Can you share the exact command that you wrote to run Tophat, as well as what Tophat reported while it was running?
        What is in the left_kept_reads etc. files? I don't have those in my "logs" file.

        Does anyone else have any suggestions?

        Comment

        • edge
          Senior Member
          • Sep 2009
          • 199

          #5
          Hi, you already fix your problem?
          Do you mind to share the command that you try for running single-end read in Tophat?
          Thanks a lot.
          I just start trying on it now as well.

          Comment

          • Gonza
            Member
            • Mar 2013
            • 78

            #6
            NO accepted_hits.bam

            Hi all,

            I am having a similar problem with illumina single end. Tophat is running without a problem, but I only see 'temp' and 'logs' folder (no accepted_hits.bam).

            My script for one library:

            tophat -p 20 -G TAIR10_GFF3_genes.gff -o 01_tophat2_TRT_R3.fq.Q30.L50 TAIR10_chr_all TRT_R3.fq.Q30.L50

            I have indexed the genome using bowtie2-build. What could this be????

            many thanks!

            G

            Comment

            • GenoMax
              Senior Member
              • Feb 2008
              • 7142

              #7
              Go into the "logs" folder and start looking at the logs to get some additional detail. There should be an error logged in there someplace.

              Comment

              • Gonza
                Member
                • Mar 2013
                • 78

                #8
                Thanks so much GenoMax, I did find the problem within the log folder (Error: Couldn't build bowtie index with err = 1) please see below. Does this mean i have to use bowtie2-build for the genes file (TAIR10_GFF3_genes.gff)???. I downloaded both the Arabidopsis genome and genes from (ftp://ftp.arabidopsis.org/home/tair/...omosome_files/) and (ftp://ftp.arabidopsis.org/home/tair/...GFF3_genes.gff)

                I have read others posts but i can't quite figure out how to solve this. I appreciate your help.


                [2014-09-10 16:17:49] Beginning TopHat run (v2.0.11)
                -----------------------------------------------
                [2014-09-10 16:17:49] Checking for Bowtie
                Bowtie version: 2.1.0.0
                [2014-09-10 16:17:49] Checking for Samtools
                Samtools version: 0.1.18.0
                [2014-09-10 16:17:49] Checking for Bowtie index files (genome)..
                [2014-09-10 16:17:49] Checking for reference FASTA file
                Warning: Could not find FASTA file TAIR10_chr_all.fa
                [2014-09-10 16:17:49] Reconstituting reference FASTA file from Bowtie index
                Executing: /usr/local/bin/bowtie2-inspect TAIR10_chr_all > 01_tophat2_CTR_R1.fq.Q30.L50/tmp/TAIR10_chr_all.fa
                [2014-09-10 16:17:56] Generating SAM header for TAIR10_chr_all
                [2014-09-10 16:17:56] Reading known junctions from GTF file
                [2014-09-10 16:17:59] Preparing reads
                left reads: min. length=50, max. length=101, 22866275 kept reads (865 discarded)
                [2014-09-10 16:30:19] Building transcriptome data files 01_tophat2_CTR_R1.fq.Q30.L50/tmp/TAIR10_GFF3_genes
                [2014-09-10 16:30:22] Building Bowtie index from TAIR10_GFF3_genes.fa
                [FAILED]
                Error: Couldn't build bowtie index with err = 1

                Comment

                • GenoMax
                  Senior Member
                  • Feb 2008
                  • 7142

                  #9
                  Instead of struggling with these individual files can you download the sequence/index/annotations package for TAIR 10 from the iGenomes site here: http://support.illumina.com/sequenci...e/igenome.html

                  Comment

                  • Gonza
                    Member
                    • Mar 2013
                    • 78

                    #10
                    Thanks, will try this. Does it matter if you download TAIR10 from Ensembl or NCBI?

                    -G

                    Comment

                    • GenoMax
                      Senior Member
                      • Feb 2008
                      • 7142

                      #11
                      Sequence should be the same. Annotations will be different. NCBI may be better place to start since the Ensembl may have computationally predicted entries that may complicate things.

                      Comment

                      • Gonza
                        Member
                        • Mar 2013
                        • 78

                        #12
                        Thanks so much, it worked (i see the accepted_hits.bam!!!!!!).
                        I had actually started the analysis with the Ensembl genome, should i downloaded the NCBI and start over?

                        Again, many thanks.
                        G

                        Comment

                        • GenoMax
                          Senior Member
                          • Feb 2008
                          • 7142

                          #13
                          No need to start over. Just stick with Ensembl dataset (sequence/annotation) for the rest of the analysis.

                          Comment

                          • Gonza
                            Member
                            • Mar 2013
                            • 78

                            #14
                            great. Thank you kindly for all the help.
                            -G

                            Comment

                            • Gonza
                              Member
                              • Mar 2013
                              • 78

                              #15
                              Dear All,

                              Quick question, should you include the " -- phred64-quals" in the tophat script? I think by default tophat does it but I am not quite sure honestly.
                              Also, including -- phred64-quals helps to map only reads with better quality?

                              Thanks
                              G

                              Comment

                              Latest Articles

                              Collapse

                              • 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...
                                Yesterday, 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
                              • SEQadmin2
                                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                                by SEQadmin2


                                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                                Here are nine questions we think about, in roughly the order they matter, before...
                                06-18-2026, 07:11 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, Yesterday, 10:08 AM
                              0 responses
                              6 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-07-2026, 11:05 AM
                              0 responses
                              8 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-02-2026, 11:08 AM
                              0 responses
                              31 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 06-30-2026, 05:37 AM
                              0 responses
                              29 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...