Skip to content

Commit

Permalink
Fixed IGV files
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanDemidov committed Mar 27, 2020
1 parent 1d672ef commit fe7e464
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.16.5")
clincnvVersion = paste0("ClinCNV version: v1.16.6")

## CHECK R VERSION
if (!(as.numeric(version$major) >= 3 & as.numeric(version$minor) > 2.0)) {
Expand Down

0 comments on commit fe7e464

Please sign in to comment.