Skip to content

Commit

Permalink
pass in file path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Oct 15, 2024
1 parent 8fc6958 commit 7841c87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion analyses/cell-type-wilms-tumor-06/00_run_workflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ if (!file.exists(homologs_file)) {
destfile = homologs_file
)
}
system(command = glue::glue("Rscript ", file.path(module_base, "scripts", "prepare-fetal-references.R")))
system(command = glue::glue(
"Rscript {file.path(module_base, 'scripts', 'prepare-fetal-references.R')} --kidney_ref_file {kidney_ref_file}"
))

# We build the gene position file reference for infercnv ------------------------
system(command = glue::glue("Rscript ", file.path(module_base, "scripts", "06a_build-geneposition.R")))
Expand Down

0 comments on commit 7841c87

Please sign in to comment.