Skip to content

Commit

Permalink
Fix to unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Apr 11, 2017
1 parent 399b33a commit 2d9cb2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class TransformSuite extends ADAMFunSuite {
sparkTest("put quality scores into bins") {
val inputPath = copyResource("bqsr1.sam")
val finalPath = tmpFile("binned.adam")
Transform(Array(inputPath, finalPath, "-bin_quality_scores", "0,20,10;20,40,30;40,60,50"))
Transform(Array(inputPath, finalPath, "-bin_quality_scores", "0,20,10;20,40,30;40,60,50")).run(sc)
val qualityScoreCounts = sc.loadAlignments(finalPath)
.rdd
.flatMap(_.getQual)
Expand Down

0 comments on commit 2d9cb2c

Please sign in to comment.