Hi, all,
I use cuffmerge after tophat2 & cufflinks for all the transcripts.gtf files, there is an issue shows up:
[12:50:00] Loading reference annotation.
GFF Error: duplicate/invalid 'transcript' feature ID=id234068
[FAILED]
Error: could not execute gtf_to_sam
I found this post on google: https://lists.galaxyproject.org/pipermail/galaxy-user/2013-July/006332.html, they suggested to edit file and remove duplicates, so I used grep -v "id234068" to edit all the transcripts.gtf files. But when I tried again, here shows:
Loading reference annotation.
GFF Error: duplicate/invalid 'transcript' feature ID=id350455
[FAILED]
Error: could not execute gtf_to_sam
Seems there are more than one id have duplicates, so I tried used sort -u, but doesn't work because transcripts id is in field 9 separated by ; with gene ids; fpkm etc. And most of transcripts id have more than one duplicates.
Have you encounter such problems before? I was stuck here and need your help.
Would you guys please help me out?
Best,
Ellie
rna-seq
software-error