Skip to content

Commit

Permalink
Merge pull request #239 from sylvinite/master
Browse files Browse the repository at this point in the history
Mover staging fixes
  • Loading branch information
Johan Hermansson authored Jun 15, 2017
2 parents c96ba4f + f0199f8 commit c2a2b36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion host_vars/127.0.0.1/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

Expand Down
3 changes: 3 additions & 0 deletions roles/ngi_pipeline/templates/sourceme_site.sh.j2
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion roles/taca/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c2a2b36

Please sign in to comment.