From 53530c209c17fe1f3b37513b53c2f0ef9a491dc3 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 3 Jan 2025 01:35:06 -0600 Subject: Adding support for checkpoints and relevant documentation --- src/param.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/param.h') diff --git a/src/param.h b/src/param.h index e747182..d3ce686 100644 --- a/src/param.h +++ b/src/param.h @@ -148,7 +148,8 @@ public: string file_weight, file_wsnp, file_wcat; string file_out; string file_bf, file_hyp; - string path_out; + string path_out; // -outdir switch + // string checkpoint; // -checkpoint switch is global string file_epm; // Estimated parameter file. string file_ebv; // Estimated breeding value file. -- cgit v1.2.3