Skip to content

Commit

Permalink
fix: remove working dir paths
Browse files Browse the repository at this point in the history
  • Loading branch information
slsevilla committed Jan 10, 2024
1 parent fa35e01 commit 5b0c461
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions workflow/scripts/rNA_flowcells.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ params:
raw: "/path/to/raw/counts/matrix.tsv"
tin: "/path/to/tin/counts/martrix.tsv"
qc: "/path/to/qc/table.tsv"
wdir: "/path/to/output/directory"
annot: "FALSE"
output:
flexdashboard::flex_dashboard:
Expand All @@ -20,10 +19,6 @@ output:
# Clear R environment
# rm(list = ls())
set.seed(42)
# Set the working directory
knitr::opts_knit$set(root.dir = params$wdir)
knitr::opts_chunk$set(echo = FALSE, warning=FALSE, dev="png", fig.path=file.path(params$wdir, "figs/"))
```


Expand Down

0 comments on commit 5b0c461

Please sign in to comment.