Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • pengchy
    Senior Member
    • Feb 2009
    • 116

    Tophat: Warning: Encountered reference sequence with only gaps

    Hi,
    I have encountered one problem listed as follows. The results are not influenced by this Warning. But I don't know if there are other influences. Could any one can tell me? Thanks.
    -------------------
    [Sun Feb 13 20:07:48 2011] Beginning TopHat run (v1.0.12)
    -----------------------------------------------
    [Sun Feb 13 20:07:48 2011] Preparing output location /home/pengchy/tophat/tophat_out/SC_b_16h/part2/
    [Sun Feb 13 20:07:48 2011] Checking for Bowtie index files
    [Sun Feb 13 20:07:48 2011] Checking for reference FASTA file
    [Sun Feb 13 20:07:48 2011] Checking for Bowtie
    Bowtie version: 0.12.5.0
    [Sun Feb 13 20:07:49 2011] Checking reads
    seed length: 90bp
    format: fastq
    quality scale: --solexa1.3-quals
    [Sun Feb 13 21:06:26 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Mon Feb 14 00:10:41 2011] Joining segment hits
    Splitting reads into 3 segments
    [Mon Feb 14 00:50:45 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Mon Feb 14 06:03:03 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Mon Feb 14 10:37:23 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Mon Feb 14 15:21:41 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Mon Feb 14 18:12:48 2011] Joining segment hits
    Splitting reads into 3 segments
    [Mon Feb 14 18:37:11 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Mon Feb 14 22:54:31 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Tue Feb 15 03:32:22 2011] Mapping reads against test.scafSeq.fill_FG.2 with Bowtie
    [Tue Feb 15 07:34:35 2011] Searching for junctions via segment mapping
    [Tue Feb 15 09:11:17 2011] Retrieving sequences for splices
    [Tue Feb 15 09:16:18 2011] Indexing splices
    Warning: Encountered reference sequence with only gaps
    Warning: Encountered reference sequence with only gaps
    Warning: Encountered reference sequence with only gaps
  • dariober
    Senior Member
    • May 2010
    • 311

    #2
    Hi pengchy,

    Try to upgrade to the latest versions of Bowtie and Tophat. In particular Bowtie <0.12.7 seem to have issues with all-gap sequence (see http://bowtie-bio.sourceforge.net/index.shtml).

    Having said this, I'm also finding the warning "Warning: Encountered reference sequence with only gaps" and I'm using the latest versions. Curiously, I get the warnings when I align 57 bp reads but no warnings with 35 bp reads.

    so I'm also interested in knowing why this warnings occur and if they affect the results.

    Here's my tophat log file:

    Code:
    [Wed Feb  2 22:48:13 2011] Beginning TopHat run (v1.2.0)
    -----------------------------------------------
    [Wed Feb  2 22:48:13 2011] Preparing output location .//
    [Wed Feb  2 22:48:13 2011] Checking for Bowtie index files
    [Wed Feb  2 22:48:13 2011] Checking for reference FASTA file
    [Wed Feb  2 22:48:13 2011] Checking for Bowtie
    	Bowtie version:			 0.12.7.0
    [Wed Feb  2 22:48:13 2011] Checking for Samtools
    	Samtools Version: 0.1.10
    [Wed Feb  2 22:48:39 2011] Checking reads
    	min read length: 57bp, max read length: 57bp
    	format:		 fastq
    	quality scale:	 phred64 (reads generated with GA pipeline version >= 1.3)
    [Wed Feb  2 22:58:53 2011] Reading known junctions from GTF file
    [Wed Feb  2 23:02:06 2011] Mapping reads against Sus_scrofa.Sscrofa9.56.dna.toplevel with Bowtie
    [Wed Feb  2 23:02:48 2011] Joining segment hits
    [Wed Feb  2 23:04:24 2011] Mapping reads against Sus_scrofa.Sscrofa9.56.dna.toplevel with Bowtie(1/2)
    [Wed Feb  2 23:05:06 2011] Mapping reads against Sus_scrofa.Sscrofa9.56.dna.toplevel with Bowtie(2/2)
    [Wed Feb  2 23:05:07 2011] Mapping reads against Sus_scrofa.Sscrofa9.56.dna.toplevel with Bowtie
    [Wed Feb  2 23:29:46 2011] Joining segment hits
    [Wed Feb  2 23:39:28 2011] Mapping reads against Sus_scrofa.Sscrofa9.56.dna.toplevel with Bowtie(1/2)
    [Thu Feb  3 00:20:46 2011] Mapping reads against Sus_scrofa.Sscrofa9.56.dna.toplevel with Bowtie(2/2)
    [Thu Feb  3 00:35:59 2011] Searching for junctions via segment mapping
    [Thu Feb  3 01:08:43 2011] Retrieving sequences for splices
    [Thu Feb  3 01:13:58 2011] Indexing splices
    Warning: Encountered reference sequence with only gaps
    Warning: Encountered reference sequence with only gaps
    [Thu Feb  3 01:24:18 2011] Mapping reads against segment_juncs with Bowtie
    [Thu Feb  3 01:37:24 2011] Mapping reads against segment_juncs with Bowtie
    [Thu Feb  3 01:50:42 2011] Joining segment hits
    [Thu Feb  3 01:52:55 2011] Mapping reads against segment_juncs with Bowtie
    [Thu Feb  3 02:24:13 2011] Mapping reads against segment_juncs with Bowtie
    [Thu Feb  3 02:46:52 2011] Joining segment hits
    [Thu Feb  3 02:57:11 2011] Reporting output tracks
    -----------------------------------------------
    Run complete [04:31:14 elapsed]
    All the best

    Dario

    Comment

    • pengchy
      Senior Member
      • Feb 2009
      • 116

      #3
      Originally posted by dariober View Post
      Hi pengchy,

      Try to upgrade to the latest versions of Bowtie and Tophat. In particular Bowtie <0.12.7 seem to have issues with all-gap sequence (see http://bowtie-bio.sourceforge.net/index.shtml).

      Having said this, I'm also finding the warning "Warning: Encountered reference sequence with only gaps" and I'm using the latest versions. Curiously, I get the warnings when I align 57 bp reads but no warnings with 35 bp reads.
      Yes, as you say, the warning still output when we upgrade the bowtie to version 0.12.7.

      Comment

      • dan
        wiki wiki
        • Jul 2008
        • 194

        #4
        Originally posted by pengchy View Post
        Warning: Encountered reference sequence with only gaps
        Warning: Encountered reference sequence with only gaps
        Warning: Encountered reference sequence with only gaps
        I see this when my input Fasta has only Ns
        Homepage: Dan Bolser
        MetaBase the database of biological databases.

        Comment

        Latest Articles

        Collapse

        • 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...
          Yesterday, 07:11 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        16 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        38 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        43 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        49 views
        0 reactions
        Last Post SEQadmin2  
        Working...