diff options
author | Pjotr Prins | 2025-01-03 01:35:06 -0600 |
---|---|---|
committer | Pjotr Prins | 2025-01-03 01:35:50 -0600 |
commit | 53530c209c17fe1f3b37513b53c2f0ef9a491dc3 (patch) | |
tree | 9860e4954fad775277bf0dad10a88c8381e02331 /src/param.h | |
parent | 1db223ea71837a0cdfcb881411a5a4cd685a7dae (diff) | |
download | pangemma-53530c209c17fe1f3b37513b53c2f0ef9a491dc3.tar.gz |
Adding support for checkpoints and relevant documentation
Diffstat (limited to 'src/param.h')
-rw-r--r-- | src/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
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. |