Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajgentles
    Junior Member
    • Jun 2011
    • 4

    #1

    tophat2/samtools

    We have been trying to move from tophat1 to tophat2 utilizing a transcriptome as well as genome reference, and are having some performance and output issues. RNA-seq data that previously took about 12 hours to map now takes >4 days (stopped the runs at that point), with tophat_reports apparently being the culprit. Providing just a few hundred reads still takes much longer than expected and ends with an error in tophat_reports. The reported error is typically something like

    Warning: mapped sequence without CIGAR (DJG84KN1:201:C0CKNACXX:7:1101:1815:2215)
    Warning: mapped sequence without CIGAR (DJG84KN1:201:C0CKNACXX:7:1101:1815:2215)
    Warning: mapped sequence without CIGAR (DJG84KN1:201:C0CKNACXX:7:1101:2101:2179)
    Warning: mapped sequence without CIGAR (DJG84KN1:201:C0CKNACXX:7:1101:2101:2179)
    Warning: mapped sequence without CIGAR (DJG84KN1:201:C0CKNACXX:7:1101:2307:2249)
    Warning: mapped sequence without CIGAR (DJG84KN1:201:C0CKNACXX:7:1101:2307:2249)
    Error: CIGAR and sequence length are inconsistent!(TGCTCTTCCGATCTGCCCCCTTAAACACCATTTTCCCTCCAGGACCACCTTGGTTTCTAGGCACTGTGGTTCTTGGCAGGGGCTGTCTTAGG)

    This looks like it's possibly an incompatibility with samtools but we have tried versions 0.11 through 0.18 with no change. I wondered if anyone can help narrow down the issue ?
  • kristofit
    Junior Member
    • Apr 2012
    • 3

    #2
    Hi,

    I got the same problem using tophat 2.0.6. (and bowtie 2.0.2) and can not find a way to solve the problem.
    - error log is:
    Error running /PATH/tophat.dir/bin/tophat_reports
    Error: CIGAR and sequence length are inconsistent!(TTCAAACAAAATCGAATCCTGAAAGAGTAGAAGGGGAGCGGTGAGAGGAGGAGGAGGAGGAAGAGGAGGAGGGGGGCAGTCCTCCCCGAGCTAAAAACCTC)
    Somebody did solve this problem ?

    Comment

    • tschauer
      Junior Member
      • Oct 2012
      • 6

      #3
      Hi,

      Same problem...

      Did you guys solve it?
      Last edited by tschauer; 12-06-2012, 02:38 AM.

      Comment

      • ajgentles
        Junior Member
        • Jun 2011
        • 4

        #4
        I found that if you tell tophat2 to generate a
        transcriptome index by supplying a GTF file, but the index already
        exists, it bombs out. You have to make sure not to tell it the GTF file
        again.

        We've basically abandoned tophat2 in favour of STAR these days.

        Comment

        • tschauer
          Junior Member
          • Oct 2012
          • 6

          #5
          thanks

          samtools was not correctly installed

          without GTF it works

          Comment

          • joseph.troy
            Junior Member
            • Oct 2012
            • 4

            #6
            Question about removing the GTF file

            Thanks all for the information! I'm having the same problem. I tried removing the GTF file, but perhaps did it wrong (see with and without below). If possible can you share your command lines without the GTF file?

            My command with GTF file...
            tophat -p 8 -o tophat.out --library-type fr-firststrand -G ~/jmt/projects/run3_01/mm9gtf/genes.gtf --transcriptome-index ~/jmt/projects/run3_01/mm9transcripts/transcriptome ~/jmt/projects/run3_01/mm9genome/genome test.fastq


            My command without the GTF file...
            tophat -p 8 -o tophat.out --library-type fr-firststrand --transcriptome-index ~/jmt/projects/run3_01/mm9transcripts/transcriptome ~/jmt/projects/run3_01/mm9genome/genome test.fastq

            -Thank you!!

            Comment

            • pengchy
              Senior Member
              • Feb 2009
              • 116

              #7
              Hi all,

              this problem seems still unresolved.
              GTF was recommended by Tophat2 paper if available.
              In my case, only one line has the problem in one bam file:
              Code:
                      73      scaffold210     158009  50      30M26178N70M    *       0       0       GTACGAGTCGTTCTGCCGGCCGCCGTGCTCGGAGTCGCCGTTGACGATCCAGACGATGTGCGGCGCGGGCTTGGCGGAGCCGGAGCTGCAGTTGGCGTGC  $#$%&&&#%$"&"%("')&!&)''&!"%%(""!$!"!!"""#%%"$%%%%$"!"!!!!!"%!"%$"#%%%%""%%!!!!"$%"!!"%$$!!!!!!!!!!!  AS:i:-12        XM:i:2  XO:i:0  XG:i:0  MD:Z:78C18C2    NM:i:2  XS:A:-  NH:i:1
              Where, the read name was not printed successfully.

              I filtered this line by:
              awk '$1!~/^[0-9]/'
              Last edited by pengchy; 10-20-2013, 07:06 PM. Reason: add awk command

              Comment

              Latest Articles

              Collapse

              • SEQadmin2
                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                by SEQadmin2



                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                ...
                07-31-2026, 11:01 AM
              • SEQadmin2
                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                by SEQadmin2


                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                The systematic characterization of the human proteome has
                ...
                07-20-2026, 11:48 AM
              • 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.
                ...
                07-09-2026, 11:10 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Yesterday, 10:13 AM
              0 responses
              14 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-31-2026, 02:55 AM
              0 responses
              29 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-24-2026, 12:17 PM
              0 responses
              22 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 07-23-2026, 11:41 AM
              0 responses
              21 views
              0 reactions
              Last Post SEQadmin2  
              Working...