diff --git a/host_vars/127.0.0.1/main.yml b/host_vars/127.0.0.1/main.yml index 74e592d2..b07b8670 100644 --- a/host_vars/127.0.0.1/main.yml +++ b/host_vars/127.0.0.1/main.yml @@ -15,7 +15,7 @@ bash_env_sthlm_script: sourceme_sthlm.sh ngi_pipeline_repo: https://github.com/NationalGenomicsInfrastructure/ngi_pipeline.git ngi_pipeline_dest: "{{ sw_path }}/ngi_pipeline" -ngi_pipeline_version: 4914d85cadb265aaf1cc58c0bb7d2cd0a0dc5840 +ngi_pipeline_version: 2174e7428f572c4e9848e77b9afa4d5d91e3d76b NGI_venv_name: "NGI" ngi_pipeline_venv: "{{ sw_path }}/anaconda/envs/{{ NGI_venv_name }}" diff --git a/roles/ngi_pipeline/templates/sourceme_site.sh.j2 b/roles/ngi_pipeline/templates/sourceme_site.sh.j2 index 1cc11a80..c8aa3f0f 100644 --- a/roles/ngi_pipeline/templates/sourceme_site.sh.j2 +++ b/roles/ngi_pipeline/templates/sourceme_site.sh.j2 @@ -1,4 +1,7 @@ # This file should be sourced from the user's local bash init files +{% if site == "sthlm" %} +module load mover/1.0.0 +{% endif %} # Unique settings per site export NGI_CONFIG={{ ngi_pipeline_conf }}/{{ site_config }} diff --git a/roles/taca/defaults/main.yml b/roles/taca/defaults/main.yml index e6f97559..8976934e 100644 --- a/roles/taca/defaults/main.yml +++ b/roles/taca/defaults/main.yml @@ -1,7 +1,7 @@ --- taca_ngi_repo: https://github.com/SciLifeLab/taca-ngi-pipeline.git taca_ngi_dest: "{{ sw_path }}/taca-ngi-pipeline" -taca_ngi_version: 8cf1cd8a80f314fe50e1ea8f00814691472c9fed +taca_ngi_version: fa4b2be41124b78dba6edeeac20ad230e67009b9 statusdb_repo: "https://github.com/SciLifeLab/statusdb.git" statusdb_dest: "{{ sw_path }}/statusdb"