Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
pcacall.R revert
Browse files Browse the repository at this point in the history
  • Loading branch information
skchronicles committed Oct 12, 2018
1 parent f477753 commit d908ec2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Results-template/Scripts/pcacall.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
## grab args
args <- commandArgs(trailingOnly = TRUE)
DIR <- args[1]
outHtml <- args[2]
# Sys.setenv(RSTUDIO_PANDOC="/Applications/RStudio.app/Contents/MacOS/pandoc")
setwd(DIR) # new
rmarkdown::render("PcaReport.Rmd", params = list(
rmarkdown::render("PcaReport.Rmd",output_file=outHtml, params = list(
folder = args[1],
sampleinfo = args[2],
data = args[3],
projectId = args[4],
projectDesc = args[5]
sampleinfo = args[3],
data = args[4],
projectId = args[5],
projectDesc = args[6]
))

0 comments on commit d908ec2

Please sign in to comment.