From e4588b4b7abcbef72e4f02afc917c48bdde12146 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Fri, 5 May 2023 10:56:47 +0200 Subject: [PATCH] Apply review suggestions --- modules/local/annotate_boolean_peaks.nf | 2 +- modules/local/multiqc_custom_peaks.nf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/local/annotate_boolean_peaks.nf b/modules/local/annotate_boolean_peaks.nf index e7399f32..77baf5c4 100644 --- a/modules/local/annotate_boolean_peaks.nf +++ b/modules/local/annotate_boolean_peaks.nf @@ -5,7 +5,7 @@ process ANNOTATE_BOOLEAN_PEAKS { conda "conda-forge::sed=4.7" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/ubuntu:20.04' : - 'docker.io/ubuntu:20.04' }" + 'docker.io/library/ubuntu:20.04' }" input: tuple val(meta), path(boolean_txt), path(homer_peaks) diff --git a/modules/local/multiqc_custom_peaks.nf b/modules/local/multiqc_custom_peaks.nf index 53f765c5..8fabe949 100644 --- a/modules/local/multiqc_custom_peaks.nf +++ b/modules/local/multiqc_custom_peaks.nf @@ -3,7 +3,7 @@ process MULTIQC_CUSTOM_PEAKS { conda "conda-forge::sed=4.7" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/ubuntu:20.04' : - 'docker.io/ubuntu:20.04' }" + 'docker.io/library/ubuntu:20.04' }" input: tuple val(meta), path(peak), path(frip)