I ran tophat2 with bowite1 as dealing with color space reads. The command line I used was
But tophat ended up with an error:
From the time points recorded, "Resuming TopHat pipeline with unmapped reads" wasn't executed, and it seemed the reason was the file "left_kept_reads.m2g_um.fq" was not found. But in fact the file is there.
Any hints? Thanks.
Code:
tophat --bowtie1 --keep-tmp -o T34_tophat2 -p 8 --color --quals --library-type=fr-secondstrand --transcriptome-index=transcriptome/hg19_Ensemble.GRCh37_65 /home/xwang/data/hg 19/bowtie_index/hg19.color T34.csfasta T34.qual
Code:
[2012-04-27 10:36:10] Beginning TopHat run (v2.0.0) ----------------------------------------------- [2012-04-27 10:36:10] Checking for Bowtie Bowtie version: 0.12.7.0 [2012-04-27 10:36:11] Checking for Samtools Samtools version: 0.1.17.0 [2012-04-27 10:36:11] Checking for Bowtie index files [2012-04-27 10:36:11] Checking for Bowtie index files [2012-04-27 10:36:11] Checking for reference FASTA file [2012-04-27 10:36:11] Generating SAM header for /home/xwang/data/hg19/bowtie_index/hg19.color format: fasta [2012-04-27 10:38:10] Reading known junctions from GTF file [2012-04-27 10:38:48] Preparing reads left reads: min. length=50, count=64422218 [2012-04-27 11:43:11] Using pre-built transcriptome index.. [2012-04-27 11:43:49] Mapping left_kept_reads against transcriptome hg19_Ensemble.GRCh37_65 with Bowtie [2012-04-27 12:11:41] Converting left_kept_reads.m2g to genomic coordinates (map2gtf) [2012-04-27 12:14:57] Resuming TopHat pipeline with unmapped reads [bam_header_read] EOF marker is absent. The input is probably truncated. [bam_header_read] invalid BAM binary header (this is not a BAM file). [main_samview] fail to read the header from "T34_tophat2/tmp/left_kept_reads.m2g_um.fq". [2012-04-27 12:14:57] Reporting output tracks ----------------------------------------------- [2012-04-27 13:08:39] Run complete: 02:32:28 elapsed
Any hints? Thanks.
Comment