Can you apply Base Score Recalibration in parallel?
0
0
Entering edit mode
14 months ago

Pipeline i analyse uses three steps for recalibration:

  1. BaseRecalibrator (in parallel)
  2. GatherBQSRReports
  3. ApplyBQSR

Is it appropriate to skip 2nd step and applyBQSR on each chunk separately with separate recal.table's ?

wgs • 592 views
ADD COMMENT
0
Entering edit mode

one you have computed BaseRecalibrator , GatherBQSRReports takes only a few seconds, so there is no use in skipping that part IMHO.

ADD REPLY
0
Entering edit mode

Beyond that, the reports are effectively count tables; and gathering them adds the counts together. If you compute the recalibration table and apply it in the same chunk (say 1MB) then your quality scores will be horribly under-estimated, since the total number of counts will be insufficient for a score of >Q25 or so.

ADD REPLY

Login before adding your answer.

Traffic: 1994 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6