Skip to content

Commit

Permalink
resolve discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed May 28, 2020
1 parent f8de6aa commit 4e6b84d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions topics/admin/tutorials/job-metrics/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,9 @@ These include very basic submission parameters. We want more information!
> ```diff
> --- galaxyservers.yml.old
> +++ galaxyservers.yml
>
> + galaxy_job_metrics_config_file: "{{ galaxy_config_dir }}/job_metrics_conf.xml"
>
> galaxy_config:
> galaxy:
> + job_metrics_config_file: "{{ galaxy_job_metrics_config_file }}"
> + job_metrics_config_file: "{{ galaxy_config_dir }}/job_metrics_conf.xml"
> brand: "My Galaxy"
> admin_users: [email protected]
> database_connection: "postgresql:///galaxy?host=/var/run/postgresql"
Expand All @@ -96,7 +93,7 @@ These include very basic submission parameters. We want more information!
>
> galaxy_config_templates:
> + - src: templates/galaxy/config/job_metrics_conf.xml.j2
> + dest: "{{ galaxy_job_metrics_config_file }}"
> + dest: "{{ galaxy_config.galaxy.job_metrics_config_file }}"
> - src: templates/galaxy/config/tool_conf_interactive.xml
> dest: "{{ galaxy_config_dir }}/tool_conf_interactive.xml"
> - src: templates/galaxy/config/job_conf.xml
Expand Down

0 comments on commit 4e6b84d

Please sign in to comment.