Hi all -
I've been struggling with a strange error in CuffCompare.
I'm using the new cufflinks package (0.8.3) for 4 samples mapped using Tophat. After generating Cufflinks GTFs for each sample, I feed them into cuffcompare with a reference GTF:
./cuffcompare -r Reference.GTF sample1.gtf sample2.gtf sample3.gtf sample4.gtf
Cuffcompare seems to be running smoothly, but before completing the run it crashes out with the following error:
Error: no XLocus created for transcript CUFF.65771.1 (file sample4.gtf) [1, 0], on scaffold_1344+:43528-44023
Has anyone seen this error before? I'm not sure why it would not generate and XLOC value.
If I run cuffcompare on the 4 samples without a reference GTF, it works fine. However, if I run cuffcompare with the first 2 samples and the reference GTF, it also works fine.
I am using an unassembled genome (X. tropicalis) that is split up into around 17,000 contig scaffolds. However, this didn't give me any problems in bowtie, tophat, or Cufflinks transcript assembly.
I'd appreciate any help offered. Thanks!
I've been struggling with a strange error in CuffCompare.
I'm using the new cufflinks package (0.8.3) for 4 samples mapped using Tophat. After generating Cufflinks GTFs for each sample, I feed them into cuffcompare with a reference GTF:
./cuffcompare -r Reference.GTF sample1.gtf sample2.gtf sample3.gtf sample4.gtf
Cuffcompare seems to be running smoothly, but before completing the run it crashes out with the following error:
Error: no XLocus created for transcript CUFF.65771.1 (file sample4.gtf) [1, 0], on scaffold_1344+:43528-44023
Has anyone seen this error before? I'm not sure why it would not generate and XLOC value.
If I run cuffcompare on the 4 samples without a reference GTF, it works fine. However, if I run cuffcompare with the first 2 samples and the reference GTF, it also works fine.
I am using an unassembled genome (X. tropicalis) that is split up into around 17,000 contig scaffolds. However, this didn't give me any problems in bowtie, tophat, or Cufflinks transcript assembly.
I'd appreciate any help offered. Thanks!
Comment