Hello All,
I donno what is going wrong with the gffread utility from cufflinks.
This is the command I have been using
My GTF file is just 4MB with around 48K records. The output fasta file prints only around 42K records with a size of 480MB and then I see this error.
I have another GTF file of size 12MB which is being used to generate a fasta file of size 3.7GB and then it generates the same segmentation error.
All helps are appreciated.
I donno what is going wrong with the gffread utility from cufflinks.
This is the command I have been using
gffread -w /path/test.fa -g /path/hg19_ucsc.fa /path/test.gtf
/path: line 16: 28068 Segmentation fault (core dumped) gffread -w /path/test.fa -g /path/hg19_ucsc.fa /path/test.gtf
All helps are appreciated.
Comment