HI ,
I have a problem getting quality scores for the following large file.
My first step is to check the quality to generate some stats for each fastq file, however it seems that i cannot allocate enough memory even though i have enough memory (10Gb).
> fq class: ShortReadQ length: 24377237 reads; width: 100 cycles qual <- as(quality(fq), "matrix") Error in asMethod(object) : long vectors not supported yet: memory.c:3324
How can i get around this to get the quality scores ?
What is the output of sessionInfo()?