Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • feng
    Member
    • Oct 2010
    • 50

    broken pipe during tophat analysis

    Hi Does anyone know what problem with my analysis?

    ../../Program/tophat/tophat -p 12 ../../Database/bowtie-index/human_g1k_v37 ../../Data/MCC/MCC3154.fastq

    [Mon Nov 28 11:39:27 2011] Beginning TopHat run (v1.3.1)
    -----------------------------------------------
    [Mon Nov 28 11:39:27 2011] Preparing output location ./tophat_out/
    [Mon Nov 28 11:39:27 2011] Checking for Bowtie index files
    [Mon Nov 28 11:39:27 2011] Checking for reference FASTA file
    [Mon Nov 28 11:39:27 2011] Checking for Bowtie
    Bowtie version: 0.12.7.0
    [Mon Nov 28 11:39:27 2011] Checking for Samtools
    Samtools Version: 0.1.18
    [Mon Nov 28 11:39:27 2011] Generating SAM header for ../../Database/bowtie-index/human_g1k_v37
    [Mon Nov 28 11:39:29 2011] Preparing reads
    format: fastq
    quality scale: phred33 (default)
    Left reads: min. length=31, count=216599
    [Mon Nov 28 11:39:48 2011] Mapping left_kept_reads against human_g1k_v37 with Bowtie
    [Mon Nov 28 11:40:12 2011] Processing bowtie hits
    [Mon Nov 28 11:42:18 2011] Mapping left_kept_reads_seg1 against human_g1k_v37 with Bowtie (1/17)
    ....
    [Mon Nov 28 11:44:45 2011] Mapping left_kept_reads_seg17 against human_g1k_v37 with Bowtie (17/17)
    [Mon Nov 28 11:44:47 2011] Searching for junctions via segment mapping
    [Mon Nov 28 11:47:04 2011] Retrieving sequences for splices
    [Mon Nov 28 11:51:45 2011] Indexing splices
    [Mon Nov 28 11:51:49 2011] Mapping left_kept_reads_seg1 against segment_juncs with Bowtie (1/17)
    ....
    [Mon Nov 28 11:53:01 2011] Mapping left_kept_reads_seg17 against segment_juncs with Bowtie (17/17)
    [Mon Nov 28 11:53:05 2011] Joining segment hits
    sort: write failed: standard output: Broken pipe
    sort: write error
    [Mon Nov 28 11:55:11 2011] Reporting output tracks
    -----------------------------------------------
  • cjp
    Member
    • Jun 2011
    • 58

    #2
    Copied and pasted from my previous answer to debug failed TopHat runs: http://seqanswers.com/forums/showthread.php?t=14140

    When debugging failed TopHat runs, you can also try to run the individual commands from the command line yourself.

    In the logs/ sub-directory of your output directory there should be a file called run.log which shows the commands that TopHat runs. There are also other log files in there - look to see if you can find errors (especially in the newest one or two files). Otherwise try running each command by itself from the directory you started TopHat in and see if and where empty files are made. The tmp stuff needed to do this is usually kept if a run fails.

    Chris

    Comment

    • feng
      Member
      • Oct 2010
      • 50

      #3
      it drops here

      /Volumes/Voyager/Package/Program/tophat/samtools view ./tophat_out/tmp/left_kept_reads.unspl.bam | sort -k1,1n -m -T./tophat_out/tmp/ - ./tophat_out/tmp/left_kept_reads_3192.sam.merge_sort.fifo | /Volumes/Voyager/Package/Program/tophat/samtools view -S -b - > ./tophat_out/tmp/left_kept_reads.candidates_and_unspl.bam


      after

      /Volumes/Voyager/Package/Program/tophat/samtools view -S -b - > ./tophat_out/tmp/left_kept_reads.candidates_and_unspl.bam


      What is wrong with samtools view?

      [samopen] SAM header is present: 84 sequences.
      [sam_read1] reference '6012' is recognized as '*'.
      Parse warning at line 223: mapped sequence without CIGAR
      Parse error at line 223: sequence and quality are inconsistent
      Abort trap

      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...
        Today, 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, Today, 10:08 AM
      0 responses
      6 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, Yesterday, 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...