Skip to content

Commit 920d952

Browse files
committed
Stronger filtering on TCR data
1 parent 85f2269 commit 920d952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/MergeLoFreqVcfHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public void processFilesRemote(List<SequenceOutputFile> inputFiles, JobContext c
464464
}
465465
}
466466

467-
if (idx % 500 == 0)
467+
if (idx % 100000 == 0)
468468
{
469469
ctx.getLogger().info("Total sites written: " + idx);
470470
}

0 commit comments

Comments
 (0)