Skip to content

Commit

Permalink
save README at assay level
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliemac authored Sep 4, 2024
1 parent 790e2af commit 39efc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/use_visc_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ use_visc_report <- function(report_name = "PTreport",
glue::glue("Creating {{report_type}} VISC report at '{{file.path(path, report_name)}}'")
)
file.copy(from = find_resource("visc_report", "README_PT_Report.md"),
to = "README.md",
to = file.path(path, "README.md"),
overwrite = FALSE)
if (report_type != 'empty'){
use_visc_methods(path = file.path(path, report_name), assay = report_type,
Expand Down

0 comments on commit 39efc4b

Please sign in to comment.