Skip to content

Commit a5520a6

Browse files
authored
Merge pull request #61 from NBISweden/update_multiqc
Update multiqc
2 parents 7c57345 + 03a4cf9 commit a5520a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TranscriptAssembly/conda/process_multiqc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ channels:
66
- defaults
77

88
dependencies:
9-
- multiqc=1.8
9+
- multiqc=1.10.1

TranscriptAssembly/config/software_packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ process {
3131
}
3232
withName: 'multiqc' {
3333
conda = { singularity.enabled || docker.enabled ? '' : "$baseDir/conda/process_multiqc.yml" }
34-
container = 'quay.io/biocontainers/multiqc:1.8--py_1'
34+
container = 'quay.io/biocontainers/multiqc:1.10.1--pyhdfd78af_1'
3535
}
3636
}

0 commit comments

Comments
 (0)