Content-Length: 209891 | pFad | http://github.com/s-andrews/FastQC/commit/fed8b536d3ff32b012d63ef1db0fe9d0195f4231

F6 Raise warning limit for tile numbers. Fixes #112 · s-andrews/FastQC@fed8b53 · GitHub
Skip to content

Commit

Permalink
Raise warning limit for tile numbers. Fixes #112
Browse files Browse the repository at this point in the history
Some of the larger illumina flowcells might now be exceeding the 1000 tile limit (largest we've seen is 936 but we don't run all possible flowcells) so let's give this some headroom.
  • Loading branch information
s-andrews authored Feb 1, 2023
1 parent 838d8cc commit fed8b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uk/ac/babraham/FastQC/Modules/PerTileQualityScores.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ else if (splitID.length >=5) {

if (! perTileQualityCounts.containsKey(tile)) {

if (perTileQualityCounts.size() > 1000) {
if (perTileQualityCounts.size() > 2500) {
// There are too many tiles, so we're probably parsing this wrong.
// Let's give up
System.err.println("Too many tiles (>1000) so giving up trying to do per-tile qualities since we're probably parsing the file wrongly");
System.err.println("Too many tiles (>2500) so giving up trying to do per-tile qualities since we're probably parsing the file wrongly");
ignoreInReport = true;
perTileQualityCounts.clear();
return;
Expand Down

0 comments on commit fed8b53

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/s-andrews/FastQC/commit/fed8b536d3ff32b012d63ef1db0fe9d0195f4231

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy