Skip to content

Commit

Permalink
Implementing suggested changes from PR review:
Browse files Browse the repository at this point in the history
* remove Rdata
* change loading Rdata to source the corresponding R script
  • Loading branch information
SHuang-Broad committed Mar 27, 2018
1 parent 1460bad commit 937b4f3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,4 @@ collectSizes <- function(mantaDelSizesFile,
}

result
}

save.image("func_collectSizes.Rdata")
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# and deletion calls

#########################################################################
load("/Users/shuang/GATK/dsde-methods-sv/scripts/evaluation/AccountingAndPrep/func_collectSizes.Rdata")
source("../../general/AccountingAndPrep/func_collectSizes.R")

args<-commandArgs(TRUE)
wd <- args[1]
Expand Down

0 comments on commit 937b4f3

Please sign in to comment.