Skip to content

Commit 8bec3f9

Browse files
committed
Two more images changed to amd
1 parent 8d79ec5 commit 8bec3f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/local/macs3_consensus/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ process MACS3_CONSENSUS {
77

88
conda "${moduleDir}/environment.yml"
99
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
10-
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/57/573950f2d84f1e424be5344ed579deb5082fd23751e4a6142d7c584bb3af2d3e/data':
11-
'community.wave.seqera.io/library/bedtools_biopython_r-optparse_r-upsetr:c682828913318fba' }"
10+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/4e/4e436f4ee12251d8c31265011461931589fd7c2df00779dc58a8a44222f4bd65/data':
11+
'community.wave.seqera.io/library/bedtools_biopython_r-optparse_r-upsetr:fcaaffce306c29ed' }"
1212

1313
input:
1414
tuple val(meta), path(peaks)

modules/local/plot_homer_annotatepeaks/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process PLOT_HOMER_ANNOTATEPEAKS {
33

44
conda "${moduleDir}/environment.yml"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/b2/b258138808975f2d51a13c5e4333cc9756eefbe0ce0e39ec90d5e0d69556bb39/data':
7-
'community.wave.seqera.io/library/bioconductor-biostrings_bioconductor-complexheatmap_r-base_r-ggplot2_pruned:1182f03e8fce2848' }"
6+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/23/23e639aceaf0ba484c7d306cbd39c038117c12d35beccfa6e811c96d22bea799/data':
7+
'community.wave.seqera.io/library/bioconductor-biostrings_bioconductor-complexheatmap_r-base_r-ggplot2_pruned:d46617a59d25f733' }"
88

99
input:
1010
path annos

0 commit comments

Comments
 (0)