From 95f7d112a4e4ec99aa3641876186bc7a906dad2e Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 6 Jan 2025 09:36:46 +0300 Subject: feat: Add print statements for start and end of qtl script run. --- scripts/rqtl_wrapper.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/rqtl_wrapper.R b/scripts/rqtl_wrapper.R index dd19281..0b39a6a 100644 --- a/scripts/rqtl_wrapper.R +++ b/scripts/rqtl_wrapper.R @@ -4,6 +4,9 @@ library(stringi) library(stringr) + +cat("Running the qtl script.\n") + tmp_dir = Sys.getenv("TMPDIR") if (!dir.exists(tmp_dir)) { tmp_dir = "/tmp" @@ -357,4 +360,4 @@ if (!is.null(opt$pairscan)) { write.csv(qtl_results, out_file) } - +cat("End of script. Now working on processing the results.\n") -- cgit 1.4.1