Skip to content

Commit

Permalink
Update PURPLE QC file parsing for PURPLE v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed Mar 4, 2024
1 parent df69b5a commit 9d67293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/purple.R
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ purple_qc_read <- function(x) {
"QCStatus", "Method", "CopyNumberSegments",
"UnsupportedCopyNumberSegments", "Purity", "AmberGender",
"CobaltGender", "DeletedGenes", "Contamination", "GermlineAberrations",
"AmberMeanDepth"
"AmberMeanDepth", "LohPercent"
)

assertthat::assert_that(all(purple_qc$key == nm))
Expand Down Expand Up @@ -622,7 +622,6 @@ purple_purity_read <- function(x) {
"maxPloidy", "d",
"minDiploidProportion", "d",
"maxDiploidProportion", "d",
"version", "c",
"somaticPenalty", "d",
"wholeGenomeDuplication", "c",
"msIndelsPerMb", "d",
Expand Down

0 comments on commit 9d67293

Please sign in to comment.