Get default parameters of the 'JWSACruncher'
Usage
default_param_file(
v3 = getOption("is_cruncher_v3"),
cruncher_bin_directory = NULL
)
Arguments
- v3
Boolean indicating if the parameters are the from a version 3.0.0 and higher of 'JWSACRuncher' (
v3 = TRUE
) or a lower version (v3 = FALSE
). By default the value of the option"is_cruncher_v3"
is used (equals toFALSE
by default).- cruncher_bin_directory
Path to the directory that contains the 'JWSACruncher' binary. If defined, the parameter
v3
is ignored and the 'JWSACruncher' is run without parameter to generate the default parameters file.