Skip to content

Commit 04a1da8

Browse files
committed
Missing commenting on test lines
1 parent 604233f commit 04a1da8

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

R/EaCoN_functions.R

+11-12
Original file line numberDiff line numberDiff line change
@@ -1986,18 +1986,17 @@ ASCN.ff.Batch <- function(RDS.files = list.files(path = getwd(), pattern = "\\.S
19861986
## Generate the HTML report
19871987
Annotate <- function(data = NULL, refGene.table = NULL, targets.table = NULL, report = TRUE, author.name = "", out.dir = getwd(), solo = FALSE, ldb = "/mnt/data_cigogne/bioinfo/") {
19881988

1989-
# setwd("/home/job/WORKSPACE/EaCoN_tests/WES/AlexandreLefranc/Results/ALEX1/ASCAT/L2R")
1990-
setwd("/home/job/Documents/ROSCOFF/Roscoff_2018/TP_CNV/WES/REDUX/A18R.11.17.18/ASCAT/L2R")
1991-
data <- readRDS("A18R.11.17.18.SEG.ASCAT.RDS")
1992-
targets.table <- NULL
1993-
out.dir <- getwd()
1994-
refGene.table = NULL
1995-
solo = FALSE
1996-
report = TRUE
1997-
ldb = "/mnt/data_cigogne/bioinfo/"
1998-
source("/home/job/git_gustaveroussy/EaCoN/R/mini_functions.R")
1999-
source("/home/job/git_gustaveroussy/EaCoN/R/plot_functions.R")
2000-
require(foreach)
1989+
# setwd("/home/job/Documents/ROSCOFF/Roscoff_2018/TP_CNV/WES/REDUX/A18R.11.17.18/ASCAT/L2R")
1990+
# data <- readRDS("A18R.11.17.18.SEG.ASCAT.RDS")
1991+
# targets.table <- NULL
1992+
# out.dir <- getwd()
1993+
# refGene.table = NULL
1994+
# solo = FALSE
1995+
# report = TRUE
1996+
# ldb = "/mnt/data_cigogne/bioinfo/"
1997+
# source("/home/job/git_gustaveroussy/EaCoN/R/mini_functions.R")
1998+
# source("/home/job/git_gustaveroussy/EaCoN/R/plot_functions.R")
1999+
# require(foreach)
20012000

20022001
oridir <- getwd()
20032002

0 commit comments

Comments
 (0)