Commit 76ce928 1 parent 190cbec commit 76ce928 Copy full SHA for 76ce928
File tree 2 files changed +3
-3
lines changed
modules/local/custom_multiqc
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ channels:
5
5
dependencies :
6
6
- pip
7
7
- pip :
8
- - multiqc==1.25.1
8
+ - multiqc==1.27
9
9
- pandas==2.2.3
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ process CUSTOM_MULTIQC {
3
3
4
4
conda " ${ moduleDir} /environment.yml"
5
5
container " ${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6
- 'https ://community-cr-prod. seqera.io/docker/registry/v2/blobs/sha256/73/73a8b9ad157a08e5aa8a83cdb1975f9d4ff46f112351ebb9427b27dc32763c76/data ':
7
- 'community.wave.seqera.io/library/pip_multiqc_pandas:d84d38acb8d47ed1 ' } "
6
+ 'oras ://community.wave. seqera.io/library/pip_multiqc_pandas:2c12fd808e751af1 ':
7
+ 'community.wave.seqera.io/library/pip_multiqc_pandas:bffcc4521f62d9ac ' } "
8
8
9
9
input:
10
10
path multiqc_files, stageAs: " multiqc_files/?/*"
You can’t perform that action at this time.
0 commit comments