Hi all,
i am trying to use tophat with annotation file.
i am working on zv9 annotations from UCSC.
i fixed the original gtf file to match the first column in it to reference sequence in the bowtie index.
for example:
GTF - (2 first lines)
#chrom strand txStart txEnd cdsStart cdsEnd exonCount exonStarts exonEnds score name2 cdsStartStat cdsEndStat exonFrames
chr1 + 50321633 50410568 50322024 50393582 11 50321633,50323684,50327722,50376641,50384688,50384995,50387281,50388021,50392530,50393547,50409289, 50322231,50323751,50327850,50376774,50384782,50385109,50387444,50388129,50392579,50393588,50410568, 0 lef1 cmplcmpl 0,0,1,0,1,2,2,0,0,1,-1,
REFERENCE - (2 first lines)
>chr1
TTCTTCTGGGGAAAGTCTGATTTGATTTATTTCCCTTTTAAGATCAATATTATTAGCCCC
when i execute tophat without the GTF it all run well.
now i am having this error:
Error: gtf_to_fasta returned an error.
My command:
nohup ./tophat -r 430 -p 10 -z 0 -G ../annotation /mnt/FILE/index/zvgenome ../ex1/R1_001.fastq ../ex1/R2_001.fastq &
Does anyone familiar with this?
Best,
Pap
i am trying to use tophat with annotation file.
i am working on zv9 annotations from UCSC.
i fixed the original gtf file to match the first column in it to reference sequence in the bowtie index.
for example:
GTF - (2 first lines)
#chrom strand txStart txEnd cdsStart cdsEnd exonCount exonStarts exonEnds score name2 cdsStartStat cdsEndStat exonFrames
chr1 + 50321633 50410568 50322024 50393582 11 50321633,50323684,50327722,50376641,50384688,50384995,50387281,50388021,50392530,50393547,50409289, 50322231,50323751,50327850,50376774,50384782,50385109,50387444,50388129,50392579,50393588,50410568, 0 lef1 cmplcmpl 0,0,1,0,1,2,2,0,0,1,-1,
REFERENCE - (2 first lines)
>chr1
TTCTTCTGGGGAAAGTCTGATTTGATTTATTTCCCTTTTAAGATCAATATTATTAGCCCC
when i execute tophat without the GTF it all run well.
now i am having this error:
Error: gtf_to_fasta returned an error.
My command:
nohup ./tophat -r 430 -p 10 -z 0 -G ../annotation /mnt/FILE/index/zvgenome ../ex1/R1_001.fastq ../ex1/R2_001.fastq &
Does anyone familiar with this?
Best,
Pap
Comment