Skip to content

Commit

Permalink
Rename recalibateBaseQualities method as recalibrateBaseQualities
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh authored and fnothaft committed Mar 31, 2017
1 parent 462db97 commit a70c371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class Transform(protected val args: TransformArgs) extends BDGSparkCommand[Trans
}

// run bqsr
val bqsredRdd = rdd.recalibateBaseQualities(
val bqsredRdd = rdd.recalibrateBaseQualities(
broadcastedSnps,
args.minAcceptableQuality,
optSl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ case class AlignmentRecordRDD(
* of the first stage of BQSR. Defaults to StorageLevel.MEMORY_ONLY.
* @return Returns an RDD of recalibrated reads.
*/
def recalibateBaseQualities(
def recalibrateBaseQualities(
knownSnps: Broadcast[SnpTable],
minAcceptableQuality: Int = 5,
optStorageLevel: Option[StorageLevel] = Some(StorageLevel.MEMORY_ONLY)): AlignmentRecordRDD = BQSRInDriver.time {
Expand Down

0 comments on commit a70c371

Please sign in to comment.