From 721a25821d86ade814eff72712d33d9c1bfd134c Mon Sep 17 00:00:00 2001 From: AHDemiG1 Date: Fri, 11 Nov 2022 15:46:39 +0100 Subject: [PATCH] Problem with 1 region on chrY solved --- clinCNV.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clinCNV.R b/clinCNV.R index ca85697..29eff1f 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.18.0") +clincnvVersion = paste0("ClinCNV version: v1.18.1") ## CHECK R VERSION if (!( (as.numeric(version$major) >= 3 & as.numeric(version$minor) > 2.0) | as.numeric(version$major) >= 4) ) {