Skip to content

Commit

Permalink
Missing commenting on test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aoumess committed Nov 8, 2018
1 parent 604233f commit 04a1da8
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions R/EaCoN_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -1986,18 +1986,17 @@ ASCN.ff.Batch <- function(RDS.files = list.files(path = getwd(), pattern = "\\.S
## Generate the HTML report
Annotate <- function(data = NULL, refGene.table = NULL, targets.table = NULL, report = TRUE, author.name = "", out.dir = getwd(), solo = FALSE, ldb = "/mnt/data_cigogne/bioinfo/") {

# setwd("/home/job/WORKSPACE/EaCoN_tests/WES/AlexandreLefranc/Results/ALEX1/ASCAT/L2R")
setwd("/home/job/Documents/ROSCOFF/Roscoff_2018/TP_CNV/WES/REDUX/A18R.11.17.18/ASCAT/L2R")
data <- readRDS("A18R.11.17.18.SEG.ASCAT.RDS")
targets.table <- NULL
out.dir <- getwd()
refGene.table = NULL
solo = FALSE
report = TRUE
ldb = "/mnt/data_cigogne/bioinfo/"
source("/home/job/git_gustaveroussy/EaCoN/R/mini_functions.R")
source("/home/job/git_gustaveroussy/EaCoN/R/plot_functions.R")
require(foreach)
# setwd("/home/job/Documents/ROSCOFF/Roscoff_2018/TP_CNV/WES/REDUX/A18R.11.17.18/ASCAT/L2R")
# data <- readRDS("A18R.11.17.18.SEG.ASCAT.RDS")
# targets.table <- NULL
# out.dir <- getwd()
# refGene.table = NULL
# solo = FALSE
# report = TRUE
# ldb = "/mnt/data_cigogne/bioinfo/"
# source("/home/job/git_gustaveroussy/EaCoN/R/mini_functions.R")
# source("/home/job/git_gustaveroussy/EaCoN/R/plot_functions.R")
# require(foreach)

oridir <- getwd()

Expand Down

0 comments on commit 04a1da8

Please sign in to comment.