Closed boboppie closed 5 years ago
Hi, this error means the transcript id "ENSMUST00000035606.8" is not in the GTF file or annotation file generated by “prepare_transcripts.py”. Make sure it can be found in the gtf file (grep ENSMUST00000035606.8 your_gtf_file) and use this correct gtf file as the input of "prepare_transcripts.py".
And also notice: The GTF file required by RiboCode should include three-level hierarchy annotations: genes,transcripts and exons. Some GTF files may lack the gene and transcript annotations, users can added these annotations by using the "GTFupdate" command in RiboCode. Please refer to GTF_update.rst for more information.
Dear @xzt41 ,
Thank you for the reply. Yes, it seems I messed up my annotation.
Dear developers,
I'm having the following error message:
I even sorted the bam, but it gave me the same error for a different transcript Id. Do you know where possibly goes wrong?
Best wishes, Fengyuan