Hi,
I installed the cgat tool via mamba. I want to create the unique chunks at gene level using
--method=genes-to-unique-chunks
so i copied the code from one of the biostars code.
cgat gtf2gtf --method=genes-to-unique-chunks -I /reference_annotation/GRCh38.86.gtf > output.gtf
But i'm getting this error
self.transcript_id = other.transcript_id File "pysam/libctabixproxies.pyx", line 638, in pysam.libctabixproxies.GTFProxy.__getattr__ KeyError: 'transcript_id'
I supplied the entire GTF file without any filtering. Do i have to filter the specifically before i supply to the cgat?
Thanks for your reply. It's working now