Currently, 'init_pir_params' replace '$(tree)' by a local filename, e.g. 'alignment.log:
if (is.na(tracelog_filename)) {
experiment$inference_model$mcmc$tracelog$filename <-
paste0(
beautier::get_alignment_id(alignment_params$fasta_filename),
".log"
)
}
This is fine, iff the other files (treelog, screenlog) are also local. Usually, this is not the case, so these three files end up in different folders.
Describe the bug
Currently, 'init_pir_params' replace '$(tree)' by a local filename, e.g. 'alignment.log:
This is fine, iff the other files (treelog, screenlog) are also local. Usually, this is not the case, so these three files end up in different folders.
To Reproduce Script to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
I expect the last two filesnames
to be
Screenshots
NA
Environment: Show the results of running the following script:
Additional context
None