Skip to content

Commit

Permalink
Merge pull request #155 from sylvinite/master
Browse files Browse the repository at this point in the history
Added test cores for staging
  • Loading branch information
Johan Hermansson authored Oct 11, 2016
2 parents 3171697 + 826f5eb commit aa70d00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/multiqc/templates/multiqc_config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn_ignore_paths:
- '*/piper_ngi/04_merged_alignments/*'

#True for production, False for Staging
{% if "{{ deployment_environment }}" == "production" %}
{% if deployment_environment == "production" and item.site == "sthlm" %}
push_statusdb: True
save_remote: True
remote_sshkey: '~/.ssh/id_rsa' # Optional
Expand Down
10 changes: 7 additions & 3 deletions roles/ngi_pipeline/templates/irma_ngi_config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ environment:
- {{ proj_root }}/{{ ngi_pipeline_upps_delivery }}/incoming
# TODO: This QOS flag is probably not used/needed any longer.
# Enable later in the future if required.
#slurm:
# extra_params:
# "--qos": "seqver"

{% if deployment_environment in [ "staging", "devel" ] %}
slurm:
queue:
- devcore
{% endif %}

piper:
#sample:
# required_autosomal_coverage: 28.4
Expand Down

0 comments on commit aa70d00

Please sign in to comment.