Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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...

  • #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

    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    30 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    32 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    53 views
    0 likes
    Last Post seqadmin  
    Working...
    X