Skip to content

Commit

Permalink
Merge pull request #348 from aanil/master
Browse files Browse the repository at this point in the history
Remove pointless backslashes to split lines
  • Loading branch information
ssjunnebo authored May 28, 2020
2 parents 1473bf1 + 0be8a82 commit 011dfce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/sarek/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
lineinfile:
dest: "{{ ngi_pipeline_conf }}/{{ item.script }}"
line: >
alias sarek='nextflow run {{ sarek_dest }}/workflow/ \
-profile uppmax --project {{ item.project_id }} \
-c {{ ngi_pipeline_conf }}/nextflow_irma_{{ item.site }}.config \
-c {{ ngi_pipeline_conf }}/sarek_irma.config \
--custom_config_base {{ sarek_dest }}/configs/ \
alias sarek='nextflow run {{ sarek_dest }}/workflow/
-profile uppmax --project {{ item.project_id }}
-c {{ ngi_pipeline_conf }}/nextflow_irma_{{ item.site }}.config
-c {{ ngi_pipeline_conf }}/sarek_irma.config
--custom_config_base {{ sarek_dest }}/configs/
--igenomes_ignore'
backup: no
with_items:
Expand Down

0 comments on commit 011dfce

Please sign in to comment.