Skip to content

Commit

Permalink
Merge pull request #165 from johanherman/separate-ua-address
Browse files Browse the repository at this point in the history
Mail for Uppsala projects should go to an other address
  • Loading branch information
sylvinite authored Nov 25, 2016
2 parents 2ea97de + 24b00f2 commit a4acf4c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion host_vars/127.0.0.1/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ ngi_rnaseq_dest: "{{ root_path }}/sw/ngi-rnaseq"

gatk_key: pontus.larsson_medsci.uu.se.key

recipient_mail: [email protected]
recipient_mail_sthlm: [email protected]
recipient_mail_upps: [email protected]

validation_data_root: "/lupus/ngi/validation_data/"
validation_data:
Expand Down
2 changes: 2 additions & 0 deletions roles/ngi_pipeline/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
ngi_pipeline_db: "{{ ngi_pipeline_db_upps }}"
ngi_pipeline_slurm_project: "{{ ngi_pipeline_upps_delivery }}"
ngi_pipeline_log: "{{ ngi_pipeline_log_upps }}"
recipient_mail: "{{ recipient_mail_upps }}"

- name: Deploy irma ngi_pipeline config for uppsala
template: src="irma_ngi_config.yaml.j2" dest="{{ ngi_pipeline_conf }}/{{ upps_config }}"
Expand All @@ -67,6 +68,7 @@
ngi_pipeline_db: "{{ ngi_pipeline_db_sthlm }}"
ngi_pipeline_slurm_project: "{{ ngi_pipeline_sthlm_delivery }}"
ngi_pipeline_log: "{{ ngi_pipeline_log_sthlm }}"
recipient_mail: "{{ recipient_mail_sthlm }}"

- name: Deploy irma ngi_pipeline config for stockholm
template: src="irma_ngi_config.yaml.j2" dest="{{ ngi_pipeline_conf }}/{{ sthlm_config }}"
Expand Down
6 changes: 3 additions & 3 deletions roles/nougat/templates/NouGAT_config.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ qc_analysis:
time: 1-00:00:00
project: {{ ngi_pipeline_sthlm_delivery }}
threads: 16
email: {{ recipient_mail }}
email: {{ recipient_mail_sthlm }}
env: {{ NGI_venv_name }}
qos: normal
qc_report:
Expand All @@ -14,14 +14,14 @@ assembly:
time: 1-00:00:00
project: {{ ngi_pipeline_sthlm_delivery }}
threads: 16
email: {{ recipient_mail }}
email: {{ recipient_mail_sthlm }}
env: {{ NGI_venv_name }}
qos: normal
validation:
global_config: {{ nougat_dest }}/config_files/config_de_novo_irma.yaml
time: 1-00:00:00
project: {{ ngi_pipeline_sthlm_delivery }}
threads: 16
email: {{ recipient_mail }}
email: {{ recipient_mail_sthlm }}
env: {{ NGI_venv_name }}
qos: normal
2 changes: 2 additions & 0 deletions roles/taca/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ngi_pipeline_site_path: "{{ ngi_pipeline_upps_path }}"
ngi_site_softlinks: "{{ ngi_upps_softlinks }}"
ngi_pipeline_site_delivery: "{{ ngi_pipeline_upps_delivery }}"
recipient_mail: "{{ recipient_mail_upps }}"

- name: Deploy standard uppsala configs
template: src="site_taca_delivery.yml.j2" dest="{{ ngi_pipeline_conf }}/TACA/{{ site }}_{{ item.name }}_delivery.yml"
Expand All @@ -36,6 +37,7 @@
ngi_pipeline_site_path: "{{ ngi_pipeline_sthlm_path }}"
ngi_site_softlinks: "{{ ngi_sthlm_softlinks }}"
ngi_pipeline_site_delivery: "{{ ngi_pipeline_sthlm_delivery }}"
recipient_mail: "{{ recipient_mail_sthlm }}"

- name: Deploy sthlm_taca_local.yml config
template: src="site_taca_local.yml.j2" dest="{{ ngi_pipeline_conf }}/TACA/{{ site }}_taca_local.yml"
Expand Down

0 comments on commit a4acf4c

Please sign in to comment.