We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f8db2 commit db7e14cCopy full SHA for db7e14c
1 file changed
rules/singlecell_rna_report.smk
@@ -12,5 +12,8 @@ rule report_rmd:
12
container: program.Renv4rmd
13
shell:
14
"""
15
-Rscript -e 'rmarkdown::render("{analysis}/workflow/scripts/rna/single_cell_report.Rmd", params = list(project = "{params.smp}", dir = "{params.dir}", sample = "{params.smp}"), output_file = "{output}", output_dir = "{params.out}")'
+cd {params.dir}
16
+cp {analysis}/workflow/scripts/rna/single_cell_report.Rmd ./
17
+Rscript -e 'rmarkdown::render("single_cell_report.Rmd", params = list(project = "{params.smp}", dir = "{params.dir}", sample = "{params.smp}"), output_file = "{output}", output_dir = "{params.out}")'
18
+rm single_cell_report.Rmd
19
0 commit comments