Skip to content

Commit

Permalink
testing knitting root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ESapenaVentura committed Dec 1, 2022
1 parent 3b1381e commit 8586d0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lrgasp_metrics/utilities/SQANTI3_Evaluation_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library(data.table)
library(tidyverse)
#********************* Run Calculation scripts

knitr::opts_knit$set(utilities.path)
setwd(utilities.path)

if (exists("sim_prefix")){
source("LRGASP_calculations.simulation.R")
Expand All @@ -62,6 +62,7 @@ if (exists("sim_prefix")){
rmarkdown::render(RMD, params = list(
output.directory = rdata,
Name = name,
Platform = platform ), output_file = report.file
Platform = platform ), output_file = report.file,
knit_root_dir = "/app/results"
)

0 comments on commit 8586d0b

Please sign in to comment.