We're now at the stage where it's feasible to get an overrepresented sequence with more than 2^32 counts in a single fastq file. This causes the counter in the overrepsented module to overflow and lose the count.
We need to patch the module to use long values instead of ints.
We're now at the stage where it's feasible to get an overrepresented sequence with more than 2^32 counts in a single fastq file. This causes the counter in the overrepsented module to overflow and lose the count.
We need to patch the module to use long values instead of ints.