From 1cd5ddc03420bd11d6cd608f5fa8e3ac8190c0f5 Mon Sep 17 00:00:00 2001 From: AHDemiG1 Date: Wed, 5 Oct 2022 16:27:42 +0200 Subject: [PATCH] Closing an issue from Marc: hg38 mode, noPlot mode, reduce the number of required females for PAR region calling --- clinCNV.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clinCNV.R b/clinCNV.R index 1c089b0..ca85697 100755 --- a/clinCNV.R +++ b/clinCNV.R @@ -1,7 +1,7 @@ #!/usr/bin/env Rscript set.seed(100) options(warn=-1) -clincnvVersion = paste0("ClinCNV version: v1.17.2") +clincnvVersion = paste0("ClinCNV version: v1.18.0") ## CHECK R VERSION if (!( (as.numeric(version$major) >= 3 & as.numeric(version$minor) > 2.0) | as.numeric(version$major) >= 4) ) {