Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Revert last change. Downsampling does have a positive impact on memory
Browse files Browse the repository at this point in the history
consumption but produces a lossy BAM, which is not acceptable.
  • Loading branch information
pauldwolfe committed Feb 17, 2019
1 parent c4e071a commit 6290299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion QScripts/BaseRecalibration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class BaseRecalibration extends QScript {

baseRecalibrator.scatterCount = numScatters
baseRecalibrator.nct = numCPUThreads
baseRecalibrator.dcov = 25000

// KODU: Apply the recalibration to the sequence data
printReads.input_file :+= bamFile
Expand Down
1 change: 0 additions & 1 deletion QScripts/IndelRealignment.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class IndelRealignment extends QScript {
indelRealigner.targetIntervals = targetCreator.out
indelRealigner.input_file +:= bamFile
indelRealigner.scatterCount = numScatters
indelRealigner.dcov = 25000

indelRealigner.out = swapExt(bamFile, "bam", "realigned.bam")

Expand Down

0 comments on commit 6290299

Please sign in to comment.