Skip to content

Commit

Permalink
Problem with 1 region on chrY solved
Browse files Browse the repository at this point in the history
  • Loading branch information
AHDemiG1 authored and AHDemiG1 committed Nov 11, 2022
1 parent 69b379b commit 721a258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinCNV.R
Original file line number Diff line number Diff line change
@@ -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) ) {
Expand Down

0 comments on commit 721a258

Please sign in to comment.