Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cedance
    Senior Member
    • Feb 2011
    • 108

    #1

    Tophat -j option error

    Hi,

    I ran tophat with the command shown below on a pair of paired-end read and obtained the bam file including the insertions, deletions, and junctions .bed file.

    Code:
     tophat -o <o/p dir> -r 73 --mate-std-dev 19 -p 6 -F 0 --solexa1.3-quals <path-to-index> <pe_read1.fastq> <pe_read2.fastq>
    Then, as specified in the documentation,
    NOTE: Tophat can align reads that are up to 1024 bp, and it handles paired end reads, but we do not recommend mixing several "types" of reads in the same TopHat run. For example, mixing up 100bp single end reads and 2x27bp paired ends into the same TopHat run will give bad results. If you'd like to combine results from several "flavors" of RNA-Seq reads, you can run first with one of your sets, and feed the junctions produced by that run into future TopHat runs as externally supplied junctions with the -j option
    I used the junctions file obtained in this run to run tophat again with the -j option on the single end read. This single end read also has similar bp length but I just thought its better to run this way.

    Code:
    tophat -o <o/p dir> -p 6 -F 0 --solexa1.3-quals -j <path-to-junction-file . bed> <path-to-index> <se_read.fastq>
    And I get this error:

    Mapping reads against SLY_2.40 with Bowtie
    Joining segment hits
    Mapping reads against SLY_2.40 with Bowtie(1/3)
    Mapping reads against SLY_2.40 with Bowtie(2/3)
    Mapping reads against SLY_2.40 with Bowtie(3/3)
    Searching for junctions via segment mapping
    Retrieving sequences for splices
    [FAILED]
    Error: Splice sequence retrieval failed with err = 1
    Does anyone have a clue what the error is? I have invested quite sometime to fix this error...
  • cedance
    Senior Member
    • Feb 2011
    • 108

    #2
    Okay, I managed to get it to run. I did not know about the bed_to_junc converter (the file to use is after converting junctions.bed to say, junctions.junc file).
    This post helped me resolve in case anyone needs it: http://seqanswers.com/forums/showthread.php?t=3381

    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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Today, 10:35 AM
    0 responses
    7 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    24 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    41 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    47 views
    0 reactions
    Last Post SEQadmin2  
    Working...