We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c57345 + 03a4cf9 commit a5520a6Copy full SHA for a5520a6
TranscriptAssembly/conda/process_multiqc.yml
@@ -6,4 +6,4 @@ channels:
6
- defaults
7
8
dependencies:
9
- - multiqc=1.8
+ - multiqc=1.10.1
TranscriptAssembly/config/software_packages.config
@@ -31,6 +31,6 @@ process {
31
}
32
withName: 'multiqc' {
33
conda = { singularity.enabled || docker.enabled ? '' : "$baseDir/conda/process_multiqc.yml" }
34
- container = 'quay.io/biocontainers/multiqc:1.8--py_1'
+ container = 'quay.io/biocontainers/multiqc:1.10.1--pyhdfd78af_1'
35
36
0 commit comments