Skip to content

Commit 0bd4e2d

Browse files
authored
Merge pull request #295 from NationalGenomicsInfrastructure/monthly
Monthly Merge Dec 24
2 parents 842bd6a + ac04aee commit 0bd4e2d

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

roles/arteria-sequencing-report-ws/files/hiseq.rsync

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
# rsync -av --prune-empty-dirs --include-from hiseq.rsync $PWD/ biologin:~/incoming/runfolders/$runfolder > $PWD/rsync.log
66
#
77

8+
# Exclude all .nextflow directory
9+
# This works if rsync is called with src dest
10+
- /*/.nextflow/***
11+
12+
# This works if rsync is called with src/ dest
13+
- .nextflow
14+
815
+ */
916

1017
# Include some files regardless of location in tree

roles/arteria-sequencing-report-ws/templates/nextflow_configs/demultiplex.config.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,4 @@ process {
5050
]
5151
}
5252

53-
withName: MD5SUM {
54-
publishDir = []
55-
}
5653
}
57-

roles/arteria-sequencing-report-ws/templates/pipeline_configs/demultiplex.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline_parameters:
2020
outdir: "{runfolder_path}"
2121
project: {{uppmax_project}}
2222
demultiplexer: "bcl2fastq"
23-
skip_tools: "fastp,falco,multiqc"
23+
skip_tools: "fastp,falco,multiqc,md5sum"
2424
input_samplesheet_content: |
2525
id,samplesheet,lane,flowcell
2626
{runfolder_name},{runfolder_path}/SampleSheet.csv,,{runfolder_path}

roles/func_accounts/templates/crontab.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ SHELL=/bin/bash
66
# restart supervisord if it has died for some reason
77
11 * * * * bash {{ ngi_resources }}/start_supervisord_{{ site }}.sh &> /dev/null
88

9+
# Check disk usage every Monday
10+
0 7 * * 1 echo "Disk usage Miarka:" && /vulpes/ngi/production/latest/sw/standalone_scripts/du_miarka.py /proj/ngi2016001
11+
912
{% endif %}
1013

1114
# updates charon with locally stored run info for sarek

roles/multiqc/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
multiqc_repo: https://github.com/ewels/MultiQC.git
1+
multiqc_repo: https://github.com/MultiQC/MultiQC.git
22
multiqc_dest: "{{ sw_path }}/multiqc"
3-
multiqc_version: "v1.25.1"
3+
multiqc_version: "v1.25.2"
44

55
multiqc_ngi_repo: https://github.com/NationalGenomicsInfrastructure/MultiQC_NGI.git
66
multiqc_ngi_dest: "{{ sw_path }}/multiqc_ngi"
7-
multiqc_ngi_version: "0.8.2"
7+
multiqc_ngi_version: "0.9.2"

roles/taca/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ flowcell_parser_repo: https://github.com/NationalGenomicsInfrastructure/flowcell
77
flowcell_parser_dest: "{{ sw_path }}/flowcell_parser"
88
flowcell_parser_version: cfe18abb6b758a6389a9d6aa75f1866d517dc36e
99

10-
taca_repo: https://github.com/SciLifeLab/TACA.git
10+
taca_repo: https://github.com/NationalGenomicsInfrastructure/TACA.git
1111
taca_dest: "{{ sw_path }}/TACA"
12-
taca_version: c08d3f3ca4ed2f0f8ef7e669b6d7313b746e33f0
12+
taca_version: 43b763b44be324c9d8ef6841d9c56e2a85cd2d62
1313

1414
ngi_pipeline_analysisdir: "{{ ngi_pipeline_workdir }}/ANALYSIS"
1515
ngi_pipeline_datadir: "{{ ngi_pipeline_workdir }}/DATA"

0 commit comments

Comments
 (0)