Skip to content

Commit

Permalink
fix new rnaseq folde name
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Apr 24, 2024
1 parent 2540644 commit 1f3f05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/hello.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bcbio_templates <- function(type="rnaseq", outpath){
switch(type,
rnaseq={

fpath <- system.file("rmarkdown/templates/rnaseqv2", "skeleton", package="bcbioR")
fpath <- system.file("rmarkdown/templates/rnaseq", "skeleton", package="bcbioR")
#file.copy(fpath, outpath, recursive = T)
R.utils::copyDirectory(fpath, outpath)
},
Expand Down

0 comments on commit 1f3f05e

Please sign in to comment.