Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sequencing report service #230

Prev Previous commit
Next Next commit
Put the singularity containers in biocontainers
instead of having separate folders for each pipeline
Aratz committed Apr 22, 2024
commit 6dd640507d6cbbd8223eab71343119c94c7eef54
2 changes: 1 addition & 1 deletion roles/arteria-sequencing-report-ws/tasks/install.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
args:
chdir: "{{ tempfolder.path }}"
environment:
NXF_SINGULARITY_CACHEDIR: "{{ ngi_containers }}/seqreports"
NXF_SINGULARITY_CACHEDIR: "{{ ngi_containers }}/biocontainers"
NXF_HOME: "{{ nextflow_dest }}/workfiles"
NXF_JAVA_HOME: "{{ nextflow_env.NXF_JAVA_HOME }}"
NXF_TEMP: "{{ tempfolder.path }}"
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ nextflow_parameters:
environment:
NXF_TEMP: {{nextflow_env.NXF_TEMP}}
NXF_WORK: "{runfolder_path}/.nextflow"
NXF_SINGULARITY_CACHEDIR: {{ ngi_containers }}/demultiplex
NXF_SINGULARITY_CACHEDIR: {{ ngi_containers }}/biocontainers
NXF_ANSI_LOG: false
parameters:
input: "{input_samplesheet}"
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ nextflow_parameters:
environment:
NXF_TEMP: {{nextflow_env.NXF_TEMP}}
NXF_WORK: "{runfolder_path}/.nextflow"
NXF_SINGULARITY_CACHEDIR: "{{ ngi_containers }}/seqreports"
NXF_SINGULARITY_CACHEDIR: "{{ ngi_containers }}/biocontainers"
NXF_ANSI_LOG: false
parameters:
run_folder: "{runfolder_path}"