Skip to content
Snippets Groups Projects
Commit e97c86da authored by S.Bilokin's avatar S.Bilokin
Browse files

Better settings example

parent f071bb5b
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,11 @@ This type of execution requires a ``settings.json`` configuration file, which ca
.. code-block:: python
{
"gbasf2_install_directory": "~/gbasf2_install",
"gbasf2_print_status_updates": true,
"gbasf2_max_retries": 5,
"gbasf2_cputime": 5,
"gbasf2_release":"release-05-00-00",
"gbasf2_release":"release-06-00-00",
"gbasf2_proxy_lifetime": 120,
"gbasf2_download_logs": false,
"result_dir", "/absolute/path/to/results/"
"hadronid_tasks": "hadronid_tasks_list.yaml"
......
{
"gbasf2_install_directory": "~/gbasf2_install",
"gbasf2_print_status_updates": true,
"gbasf2_max_retries": 5,
"gbasf2_cputime": 5,
"gbasf2_release":"release-05-00-00",
"gbasf2_release":"release-06-00-00",
"gbasf2_download_logs": false,
"gbasf2_proxy_lifetime": 120,
"hadronid_tasks": "hadronid_task_list.yaml",
"hadronid_refit_tasks": "hadronid_refit_cfg.yaml",
"hadronid_weight_tasks": "hadronid_weight_cfg.yaml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment